#CC899C

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

Shades of Puce #CC899C

Tints of Puce #CC899C

Color information

#CC899C (or 0xCC899C) is unknown color: approx Puce. HEX triplet: CC, 89 and 9C. RGB value is (204,137,156). Sum of RGB (Red+Green+Blue) = 204+137+156=497 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.05% from 497); Green value is 137 (53.91% from 255 or 27.57% from 497); Blue value is 156 (61.33% from 255 or 31.39% from 497); Max value from RGB is 204 - color contains mainly: red. Hex color #CC899C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC899C is #337663. Grayscale: #9F9F9F. Windows color (decimal): -3372644 or 10258892. OLE color: 10258892.

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

Color convert

RGB204137156-
CMYK00.330.240.2
HSL342.99º39.64%66.86%-
HSV(B)342.99º32.84%80%-
XYZ39.8533.1335.75-
YUV159.2126.2159.96-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.05%
GREEN value IS 137 (53.91% from 255) = 27.57%
BLUE value IS 156 (61.33% from 255) = 31.39%
R=41.05%
G=27.57%
B=31.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.24
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20413715600.330.240.2342.9939.6466.86
HexCC899C02118141572843
Octal314211234041302452750103
Binary110011001000100110011100010000111000101001010101111010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC899C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC899C; }

 p { color: rgb(204,137,156); }

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

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

 a { background-color: rgb(204,137,156); }

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

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

 span { border-color: rgb(204,137,156); }

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