#CC8E9E

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

Shades of Can Can #CC8E9E

Tints of Can Can #CC8E9E

Color information

#CC8E9E (or 0xCC8E9E) is unknown color: approx Can Can. HEX triplet: CC, 8E and 9E. RGB value is (204,142,158). Sum of RGB (Red+Green+Blue) = 204+142+158=504 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.48% from 504); Green value is 142 (55.86% from 255 or 28.17% from 504); Blue value is 158 (62.11% from 255 or 31.35% from 504); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8E9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC8E9E is #337161. Grayscale: #A2A2A2. Windows color (decimal): -3371362 or 10391244. OLE color: 10391244.

HSL color Cylindrical-coordinate representation of color #CC8E9E: hue angle of 344.52º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CC8E9E is Cyan = 0, Magento = 0.30, Yellow = 0.23 and Black (K on CMYK) = 0.2.

Color convert

RGB204142158-
CMYK00.300.230.2
HSL344.52º37.8%67.84%-
HSV(B)344.52º30.39%80%-
XYZ40.7534.6536.89-
YUV162.36125.54157.7-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.48%
GREEN value IS 142 (55.86% from 255) = 28.17%
BLUE value IS 158 (62.11% from 255) = 31.35%
R=40.48%
G=28.17%
B=31.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.23
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20414215800.300.230.2344.5237.867.84
HexCC8E9E01E17141592644
Octal314216236036272453146104
Binary11001100100011101001111001111010111101001010110011001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8E9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8E9E; }

 p { color: rgb(204,142,158); }

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

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

 a { background-color: rgb(204,142,158); }

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

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

 span { border-color: rgb(204,142,158); }

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