#CC9099

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

Shades of Can Can #CC9099

Tints of Can Can #CC9099

Color information

#CC9099 (or 0xCC9099) is unknown color: approx Can Can. HEX triplet: CC, 90 and 99. RGB value is (204,144,153). Sum of RGB (Red+Green+Blue) = 204+144+153=501 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.72% from 501); Green value is 144 (56.64% from 255 or 28.74% from 501); Blue value is 153 (60.16% from 255 or 30.54% from 501); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9099 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC9099 is #336F66. Grayscale: #A2A2A2. Windows color (decimal): -3370855 or 10064076. OLE color: 10064076.

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

Color convert

RGB204144153-
CMYK00.290.250.2
HSL351º37.04%68.24%-
HSV(B)351º29.41%80%-
XYZ40.6235.0834.77-
YUV162.97122.38157.27-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.72%
GREEN value IS 144 (56.64% from 255) = 28.74%
BLUE value IS 153 (60.16% from 255) = 30.54%
R=40.72%
G=28.74%
B=30.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.25
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20414415300.290.250.235137.0468.24
HexCC909901D191415f2544
Octal314220231035312453745104
Binary11001100100100001001100101110111001101001010111111001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC9099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC9099; }

 p { color: rgb(204,144,153); }

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

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

 a { background-color: rgb(204,144,153); }

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

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

 span { border-color: rgb(204,144,153); }

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