#C7696E

Color #C7696E Cabaret (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cabaret #C7696E

Tints of Cabaret #C7696E

Color information

#C7696E (or 0xC7696E) is unknown color: approx Cabaret. HEX triplet: C7, 69 and 6E. RGB value is (199,105,110). Sum of RGB (Red+Green+Blue) = 199+105+110=414 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.07% from 414); Green value is 105 (41.41% from 255 or 25.36% from 414); Blue value is 110 (43.36% from 255 or 26.57% from 414); Max value from RGB is 199 - color contains mainly: red. Hex color #C7696E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7696E is #389691. Grayscale: #858585. Windows color (decimal): -3708562 or 7236039. OLE color: 7236039.

HSL color Cylindrical-coordinate representation of color #C7696E: hue angle of 356.81º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C7696E is Cyan = 0, Magento = 0.47, Yellow = 0.45 and Black (K on CMYK) = 0.22.

Color convert

RGB199105110-
CMYK00.470.450.22
HSL356.81º45.63%59.61%-
HSV(B)356.81º47.24%78.04%-
XYZ31.4223.3717.61-
YUV133.68114.64174.59-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 199 (78.12% from 255) = 48.07%
GREEN value IS 105 (41.41% from 255) = 25.36%
BLUE value IS 110 (43.36% from 255) = 26.57%
R=48.07%
G=25.36%
B=26.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.45
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19910511000.470.450.22356.8145.6359.61
HexC7696E02F2D161652e3c
Octal30715115605755265455674
Binary1100011111010011101110010111110110110110101100101101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7696E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7696E; }

 p { color: rgb(199,105,110); }

 H1.HeaderClassName
 {
   color: #C7696E;
 }
 .AnyTagClassName
 {
   color: #C7696E;
 }
</style>
background-color css

<style>
 a { background-color: #C7696E; }

 a { background-color: rgb(199,105,110); }

 div.DivClassName
 {
   background-color: #C7696E;
 }
 .BgClassName
 {
   background-color: #C7696E;
 }
</style>
border-color css

<style>
 span { border-color: #C7696E; }

 span { border-color: rgb(199,105,110); }

 td.TdClassName
 {
   border-color: #C7696E;
 }
 .TagClassName
 {
   border-color: #C7696E;
 }
</style>