#CC87A4

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

Shades of Puce #CC87A4

Tints of Puce #CC87A4

Color information

#CC87A4 (or 0xCC87A4) is unknown color: approx Puce. HEX triplet: CC, 87 and A4. RGB value is (204,135,164). Sum of RGB (Red+Green+Blue) = 204+135+164=503 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.56% from 503); Green value is 135 (53.12% from 255 or 26.84% from 503); Blue value is 164 (64.45% from 255 or 32.60% from 503); Max value from RGB is 204 - color contains mainly: red. Hex color #CC87A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC87A4 is #33785B. Grayscale: #9E9E9E. Windows color (decimal): -3373148 or 10782668. OLE color: 10782668.

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

Color convert

RGB204135164-
CMYK00.340.200.2
HSL334.78º40.35%66.47%-
HSV(B)334.78º33.82%80%-
XYZ40.2732.8539.34-
YUV158.94130.86160.14-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.56%
GREEN value IS 135 (53.12% from 255) = 26.84%
BLUE value IS 164 (64.45% from 255) = 32.60%
R=40.56%
G=26.84%
B=32.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.20
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20413516400.340.200.2334.7840.3566.47
HexCC87A4022141414f2842
Octal314207244042242451750102
Binary110011001000011110100100010001010100101001010011111010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC87A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC87A4; }

 p { color: rgb(204,135,164); }

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

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

 a { background-color: rgb(204,135,164); }

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

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

 span { border-color: rgb(204,135,164); }

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