#CC8991

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

Shades of Puce #CC8991

Tints of Puce #CC8991

Color information

#CC8991 (or 0xCC8991) is unknown color: approx Puce. HEX triplet: CC, 89 and 91. RGB value is (204,137,145). Sum of RGB (Red+Green+Blue) = 204+137+145=486 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.98% from 486); Green value is 137 (53.91% from 255 or 28.19% from 486); Blue value is 145 (57.03% from 255 or 29.84% from 486); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8991 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC8991 is #33766E. Grayscale: #9D9D9D. Windows color (decimal): -3372655 or 9537996. OLE color: 9537996.

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

Color convert

RGB204137145-
CMYK00.330.290.2
HSL352.84º39.64%66.86%-
HSV(B)352.84º32.84%80%-
XYZ38.9632.7731.06-
YUV157.94120.7160.85-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.98%
GREEN value IS 137 (53.91% from 255) = 28.19%
BLUE value IS 145 (57.03% from 255) = 29.84%
R=41.98%
G=28.19%
B=29.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.29
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20413714500.330.290.2352.8439.6466.86
HexCC89910211D141612843
Octal314211221041352454150103
Binary110011001000100110010001010000111101101001011000011010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8991; }

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

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

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

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

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

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

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

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