#CC8895

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

Shades of Puce #CC8895

Tints of Puce #CC8895

Color information

#CC8895 (or 0xCC8895) is unknown color: approx Puce. HEX triplet: CC, 88 and 95. RGB value is (204,136,149). Sum of RGB (Red+Green+Blue) = 204+136+149=489 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.72% from 489); Green value is 136 (53.52% from 255 or 27.81% from 489); Blue value is 149 (58.59% from 255 or 30.47% from 489); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8895 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC8895 is #33776A. Grayscale: #9D9D9D. Windows color (decimal): -3372907 or 9799884. OLE color: 9799884.

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

Color convert

RGB204136149-
CMYK00.330.270.2
HSL348.53º40%66.67%-
HSV(B)348.53º33.33%80%-
XYZ39.1332.6232.67-
YUV157.81123.03160.94-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.72%
GREEN value IS 136 (53.52% from 255) = 27.81%
BLUE value IS 149 (58.59% from 255) = 30.47%
R=41.72%
G=27.81%
B=30.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.27
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20413614900.330.270.2348.534066.67
HexCC88950211B1415d2843
Octal314210225041332453550103
Binary110011001000100010010101010000111011101001010111011010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8895; }

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

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

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

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

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

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

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

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