#CC8C9A

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

Shades of Puce #CC8C9A

Tints of Puce #CC8C9A

Color information

#CC8C9A (or 0xCC8C9A) is unknown color: approx Puce. HEX triplet: CC, 8C and 9A. RGB value is (204,140,154). Sum of RGB (Red+Green+Blue) = 204+140+154=498 (65% of max value = 765). Red value is 204 (80.08% from 255 or 40.96% from 498); Green value is 140 (55.08% from 255 or 28.11% from 498); Blue value is 154 (60.55% from 255 or 30.92% from 498); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8C9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC8C9A is #337365. Grayscale: #A0A0A0. Windows color (decimal): -3371878 or 10128588. OLE color: 10128588.

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

Color convert

RGB204140154-
CMYK00.310.250.2
HSL346.88º38.55%67.45%-
HSV(B)346.88º31.37%80%-
XYZ40.1133.9335.01-
YUV160.73124.2158.86-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.96%
GREEN value IS 140 (55.08% from 255) = 28.11%
BLUE value IS 154 (60.55% from 255) = 30.92%
R=40.96%
G=28.11%
B=30.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.25
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20414015400.310.250.2346.8838.5567.45
HexCC8C9A01F191415b2743
Octal314214232037312453347103
Binary11001100100011001001101001111111001101001010110111001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8C9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8C9A; }

 p { color: rgb(204,140,154); }

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

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

 a { background-color: rgb(204,140,154); }

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

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

 span { border-color: rgb(204,140,154); }

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