#CC8D9D

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

Shades of Can Can #CC8D9D

Tints of Can Can #CC8D9D

Color information

#CC8D9D (or 0xCC8D9D) is unknown color: approx Can Can. HEX triplet: CC, 8D and 9D. RGB value is (204,141,157). Sum of RGB (Red+Green+Blue) = 204+141+157=502 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.64% from 502); Green value is 141 (55.47% from 255 or 28.09% from 502); Blue value is 157 (61.72% from 255 or 31.27% from 502); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8D9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC8D9D is #337262. Grayscale: #A1A1A1. Windows color (decimal): -3371619 or 10325452. OLE color: 10325452.

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

Color convert

RGB204141157-
CMYK00.310.230.2
HSL344.76º38.18%67.65%-
HSV(B)344.76º30.88%80%-
XYZ40.5134.3236.39-
YUV161.66125.37158.2-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.64%
GREEN value IS 141 (55.47% from 255) = 28.09%
BLUE value IS 157 (61.72% from 255) = 31.27%
R=40.64%
G=28.09%
B=31.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.23
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20414115700.310.230.2344.7638.1867.65
HexCC8D9D01F17141592644
Octal314215235037272453146104
Binary11001100100011011001110101111110111101001010110011001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8D9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8D9D; }

 p { color: rgb(204,141,157); }

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

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

 a { background-color: rgb(204,141,157); }

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

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

 span { border-color: rgb(204,141,157); }

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