#CC8A91

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

Shades of Puce #CC8A91

Tints of Puce #CC8A91

Color information

#CC8A91 (or 0xCC8A91) is unknown color: approx Puce. HEX triplet: CC, 8A and 91. RGB value is (204,138,145). Sum of RGB (Red+Green+Blue) = 204+138+145=487 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.89% from 487); Green value is 138 (54.30% from 255 or 28.34% from 487); Blue value is 145 (57.03% from 255 or 29.77% from 487); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8A91 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC8A91 is #33756E. Grayscale: #9E9E9E. Windows color (decimal): -3372399 or 9538252. OLE color: 9538252.

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

Color convert

RGB204138145-
CMYK00.320.290.2
HSL353.64º39.29%67.06%-
HSV(B)353.64º32.35%80%-
XYZ39.133.0631.11-
YUV158.53120.37160.43-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.89%
GREEN value IS 138 (54.30% from 255) = 28.34%
BLUE value IS 145 (57.03% from 255) = 29.77%
R=41.89%
G=28.34%
B=29.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.29
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20413814500.320.290.2353.6439.2967.06
HexCC8A910201D141622743
Octal314212221040352454247103
Binary110011001000101010010001010000011101101001011000101001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8A91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8A91; }

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

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

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

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

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

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

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

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