#CC8AA0

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

Shades of Can Can #CC8AA0

Tints of Can Can #CC8AA0

Color information

#CC8AA0 (or 0xCC8AA0) is unknown color: approx Can Can. HEX triplet: CC, 8A and A0. RGB value is (204,138,160). Sum of RGB (Red+Green+Blue) = 204+138+160=502 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.64% from 502); Green value is 138 (54.30% from 255 or 27.49% from 502); Blue value is 160 (62.89% from 255 or 31.87% from 502); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8AA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC8AA0 is #33755F. Grayscale: #A0A0A0. Windows color (decimal): -3372384 or 10521292. OLE color: 10521292.

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

Color convert

RGB204138160-
CMYK00.320.220.2
HSL340º39.29%67.06%-
HSV(B)340º32.35%80%-
XYZ40.3433.5537.61-
YUV160.24127.87159.21-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.64%
GREEN value IS 138 (54.30% from 255) = 27.49%
BLUE value IS 160 (62.89% from 255) = 31.87%
R=40.64%
G=27.49%
B=31.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.22
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20413816000.320.220.234039.2967.06
HexCC8AA002016141542743
Octal314212240040262452447103
Binary110011001000101010100000010000010110101001010101001001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8AA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8AA0; }

 p { color: rgb(204,138,160); }

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

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

 a { background-color: rgb(204,138,160); }

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

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

 span { border-color: rgb(204,138,160); }

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