#CC8B9E

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

Shades of Can Can #CC8B9E

Tints of Can Can #CC8B9E

Color information

#CC8B9E (or 0xCC8B9E) is unknown color: approx Can Can. HEX triplet: CC, 8B and 9E. RGB value is (204,139,158). Sum of RGB (Red+Green+Blue) = 204+139+158=501 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.72% from 501); Green value is 139 (54.69% from 255 or 27.74% from 501); Blue value is 158 (62.11% from 255 or 31.54% from 501); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8B9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC8B9E is #337461. Grayscale: #A0A0A0. Windows color (decimal): -3372130 or 10390476. OLE color: 10390476.

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

Color convert

RGB204139158-
CMYK00.320.230.2
HSL342.46º38.92%67.25%-
HSV(B)342.46º31.86%80%-
XYZ40.3133.7736.74-
YUV160.6126.53158.96-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.72%
GREEN value IS 139 (54.69% from 255) = 27.74%
BLUE value IS 158 (62.11% from 255) = 31.54%
R=40.72%
G=27.74%
B=31.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.23
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20413915800.320.230.2342.4638.9267.25
HexCC8B9E02017141562743
Octal314213236040272452647103
Binary110011001000101110011110010000010111101001010101101001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8B9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8B9E; }

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

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

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

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

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

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

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

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