#C9696C

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

Shades of Cabaret #C9696C

Tints of Cabaret #C9696C

Color information

#C9696C (or 0xC9696C) is unknown color: approx Cabaret. HEX triplet: C9, 69 and 6C. RGB value is (201,105,108). Sum of RGB (Red+Green+Blue) = 201+105+108=414 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.55% from 414); Green value is 105 (41.41% from 255 or 25.36% from 414); Blue value is 108 (42.58% from 255 or 26.09% from 414); Max value from RGB is 201 - color contains mainly: red. Hex color #C9696C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9696C is #369693. Grayscale: #868686. Windows color (decimal): -3577492 or 7104969. OLE color: 7104969.

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

Color convert

RGB201105108-
CMYK00.480.460.21
HSL358.12º47.06%60%-
HSV(B)358.12º47.76%78.82%-
XYZ31.8523.617.06-
YUV134.05113.3175.76-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 48.55%
GREEN value IS 105 (41.41% from 255) = 25.36%
BLUE value IS 108 (42.58% from 255) = 26.09%
R=48.55%
G=25.36%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.46
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20110510800.480.460.21358.1247.0660
HexC9696C0302E151662f3c
Octal31115115406056255465774
Binary1100100111010011101100011000010111010101101100110101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9696C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9696C; }

 p { color: rgb(201,105,108); }

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

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

 a { background-color: rgb(201,105,108); }

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

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

 span { border-color: rgb(201,105,108); }

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