#CD8797

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

Shades of Puce #CD8797

Tints of Puce #CD8797

Color information

#CD8797 (or 0xCD8797) is unknown color: approx Puce. HEX triplet: CD, 87 and 97. RGB value is (205,135,151). Sum of RGB (Red+Green+Blue) = 205+135+151=491 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.75% from 491); Green value is 135 (53.12% from 255 or 27.49% from 491); Blue value is 151 (59.38% from 255 or 30.75% from 491); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8797 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD8797 is #327868. Grayscale: #9D9D9D. Windows color (decimal): -3307625 or 9930701. OLE color: 9930701.

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

Color convert

RGB205135151-
CMYK00.340.260.20
HSL346.29º41.18%66.67%-
HSV(B)346.29º34.15%80.39%-
XYZ39.4332.5433.48-
YUV157.75124.19161.7-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 41.75%
GREEN value IS 135 (53.12% from 255) = 27.49%
BLUE value IS 151 (59.38% from 255) = 30.75%
R=41.75%
G=27.49%
B=30.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.26
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20513515100.340.260.20346.2941.1866.67
HexCD87970221A1415a2943
Octal315207227042322453251103
Binary110011011000011110010111010001011010101001010110101010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD8797

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD8797; }

 p { color: rgb(205,135,151); }

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

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

 a { background-color: rgb(205,135,151); }

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

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

 span { border-color: rgb(205,135,151); }

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