#CC8588

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

Shades of Puce #CC8588

Tints of Puce #CC8588

Color information

#CC8588 (or 0xCC8588) is unknown color: approx Puce. HEX triplet: CC, 85 and 88. RGB value is (204,133,136). Sum of RGB (Red+Green+Blue) = 204+133+136=473 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.13% from 473); Green value is 133 (52.34% from 255 or 28.12% from 473); Blue value is 136 (53.52% from 255 or 28.75% from 473); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8588 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC8588 is #337A77. Grayscale: #9A9A9A. Windows color (decimal): -3373688 or 8947148. OLE color: 8947148.

HSL color Cylindrical-coordinate representation of color #CC8588: hue angle of 357.46º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CC8588 is Cyan = 0, Magento = 0.35, Yellow = 0.33 and Black (K on CMYK) = 0.2.

Color convert

RGB204133136-
CMYK00.350.330.2
HSL357.46º41.04%66.08%-
HSV(B)357.46º34.8%80%-
XYZ37.7331.3927.36-
YUV154.57117.52163.26-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 43.13%
GREEN value IS 133 (52.34% from 255) = 28.12%
BLUE value IS 136 (53.52% from 255) = 28.75%
R=43.13%
G=28.12%
B=28.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.33
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20413313600.350.330.2357.4641.0466.08
HexCC858802321141652942
Octal314205210043412454551102
Binary1100110010000101100010000100011100001101001011001011010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8588; }

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

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

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

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

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

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

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

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