#CC8899

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

Shades of Puce #CC8899

Tints of Puce #CC8899

Color information

#CC8899 (or 0xCC8899) is unknown color: approx Puce. HEX triplet: CC, 88 and 99. RGB value is (204,136,153). Sum of RGB (Red+Green+Blue) = 204+136+153=493 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.38% from 493); Green value is 136 (53.52% from 255 or 27.59% from 493); Blue value is 153 (60.16% from 255 or 31.03% from 493); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8899 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC8899 is #337766. Grayscale: #9E9E9E. Windows color (decimal): -3372903 or 10062028. OLE color: 10062028.

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

Color convert

RGB204136153-
CMYK00.330.250.2
HSL345º40%66.67%-
HSV(B)345º33.33%80%-
XYZ39.4632.7534.38-
YUV158.27125.03160.62-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.38%
GREEN value IS 136 (53.52% from 255) = 27.59%
BLUE value IS 153 (60.16% from 255) = 31.03%
R=41.38%
G=27.59%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.25
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20413615300.330.250.23454066.67
HexCC889902119141592843
Octal314210231041312453150103
Binary110011001000100010011001010000111001101001010110011010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8899; }

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

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

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

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

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

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

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

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