#C9686C

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

Shades of Cabaret #C9686C

Tints of Cabaret #C9686C

Color information

#C9686C (or 0xC9686C) is unknown color: approx Cabaret. HEX triplet: C9, 68 and 6C. RGB value is (201,104,108). Sum of RGB (Red+Green+Blue) = 201+104+108=413 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.67% from 413); Green value is 104 (41.02% from 255 or 25.18% from 413); Blue value is 108 (42.58% from 255 or 26.15% from 413); Max value from RGB is 201 - color contains mainly: red. Hex color #C9686C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9686C is #369793. Grayscale: #858585. Windows color (decimal): -3577748 or 7104713. OLE color: 7104713.

HSL color Cylindrical-coordinate representation of color #C9686C: hue angle of 357.53º 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 #C9686C is Cyan = 0, Magento = 0.48, Yellow = 0.46 and Black (K on CMYK) = 0.21.

Color convert

RGB201104108-
CMYK00.480.460.21
HSL357.53º47.32%59.8%-
HSV(B)357.53º48.26%78.82%-
XYZ31.7423.417.03-
YUV133.46113.64176.17-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 48.67%
GREEN value IS 104 (41.02% from 255) = 25.18%
BLUE value IS 108 (42.58% from 255) = 26.15%
R=48.67%
G=25.18%
B=26.15%

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
Decimal20110410800.480.460.21357.5347.3259.8
HexC9686C0302E151662f3c
Octal31115015406056255465774
Binary1100100111010001101100011000010111010101101100110101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9686C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9686C; }

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

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

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

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

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

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

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

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