#CC686C

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

Shades of Cabaret #CC686C

Tints of Cabaret #CC686C

Color information

#CC686C (or 0xCC686C) is unknown color: approx Cabaret. HEX triplet: CC, 68 and 6C. RGB value is (204,104,108). Sum of RGB (Red+Green+Blue) = 204+104+108=416 (55% of max value = 765). Red value is 204 (80.08% from 255 or 49.04% from 416); Green value is 104 (41.02% from 255 or 25% from 416); Blue value is 108 (42.58% from 255 or 25.96% from 416); Max value from RGB is 204 - color contains mainly: red. Hex color #CC686C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC686C is #339793. Grayscale: #868686. Windows color (decimal): -3381140 or 7104716. OLE color: 7104716.

HSL color Cylindrical-coordinate representation of color #CC686C: hue angle of 357.6º 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 #CC686C is Cyan = 0, Magento = 0.49, Yellow = 0.47 and Black (K on CMYK) = 0.2.

Color convert

RGB204104108-
CMYK00.490.470.2
HSL357.6º49.5%60.39%-
HSV(B)357.6º49.02%80%-
XYZ32.5623.8217.07-
YUV134.36113.13177.67-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 49.04%
GREEN value IS 104 (41.02% from 255) = 25%
BLUE value IS 108 (42.58% from 255) = 25.96%
R=49.04%
G=25%
B=25.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.47
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20410410800.490.470.2357.649.560.39
HexCC686C0312F14166323c
Octal31415015406157245466274
Binary1100110011010001101100011000110111110100101100110110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC686C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC686C; }

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

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

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

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

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

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

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

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