#CC686F

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

Shades of Cabaret #CC686F

Tints of Cabaret #CC686F

Color information

#CC686F (or 0xCC686F) is unknown color: approx Cabaret. HEX triplet: CC, 68 and 6F. RGB value is (204,104,111). Sum of RGB (Red+Green+Blue) = 204+104+111=419 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.69% from 419); Green value is 104 (41.02% from 255 or 24.82% from 419); Blue value is 111 (43.75% from 255 or 26.49% from 419); Max value from RGB is 204 - color contains mainly: red. Hex color #CC686F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC686F is #339790. Grayscale: #868686. Windows color (decimal): -3381137 or 7301324. OLE color: 7301324.

HSL color Cylindrical-coordinate representation of color #CC686F: hue angle of 355.8º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CC686F is Cyan = 0, Magento = 0.49, Yellow = 0.46 and Black (K on CMYK) = 0.2.

Color convert

RGB204104111-
CMYK00.490.460.2
HSL355.8º49.5%60.39%-
HSV(B)355.8º49.02%80%-
XYZ32.7223.8917.92-
YUV134.7114.63177.43-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 48.69%
GREEN value IS 104 (41.02% from 255) = 24.82%
BLUE value IS 111 (43.75% from 255) = 26.49%
R=48.69%
G=24.82%
B=26.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.46
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20410411100.490.460.2355.849.560.39
HexCC686F0312E14164323c
Octal31415015706156245446274
Binary1100110011010001101111011000110111010100101100100110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC686F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC686F; }

 p { color: rgb(204,104,111); }

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

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

 a { background-color: rgb(204,104,111); }

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

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

 span { border-color: rgb(204,104,111); }

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