#CC88A1

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

Shades of Puce #CC88A1

Tints of Puce #CC88A1

Color information

#CC88A1 (or 0xCC88A1) is unknown color: approx Puce. HEX triplet: CC, 88 and A1. RGB value is (204,136,161). Sum of RGB (Red+Green+Blue) = 204+136+161=501 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.72% from 501); Green value is 136 (53.52% from 255 or 27.15% from 501); Blue value is 161 (63.28% from 255 or 32.14% from 501); Max value from RGB is 204 - color contains mainly: red. Hex color #CC88A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC88A1 is #33775E. Grayscale: #9F9F9F. Windows color (decimal): -3372895 or 10586316. OLE color: 10586316.

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

Color convert

RGB204136161-
CMYK00.330.210.2
HSL337.94º40%66.67%-
HSV(B)337.94º33.33%80%-
XYZ40.1433.0237.98-
YUV159.18129.03159.97-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.72%
GREEN value IS 136 (53.52% from 255) = 27.15%
BLUE value IS 161 (63.28% from 255) = 32.14%
R=40.72%
G=27.15%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.21
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20413616100.330.210.2337.944066.67
HexCC88A102115141522843
Octal314210241041252452250103
Binary110011001000100010100001010000110101101001010100101010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC88A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC88A1; }

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

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

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

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

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

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

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

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