#CD8796

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

Shades of Puce #CD8796

Tints of Puce #CD8796

Color information

#CD8796 (or 0xCD8796) is unknown color: approx Puce. HEX triplet: CD, 87 and 96. RGB value is (205,135,150). Sum of RGB (Red+Green+Blue) = 205+135+150=490 (64% of max value = 765). Red value is 205 (80.47% from 255 or 41.84% from 490); Green value is 135 (53.12% from 255 or 27.55% from 490); Blue value is 150 (58.98% from 255 or 30.61% from 490); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8796 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD8796 is #327869. Grayscale: #9D9D9D. Windows color (decimal): -3307626 or 9865165. OLE color: 9865165.

HSL color Cylindrical-coordinate representation of color #CD8796: hue angle of 347.14º 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 #CD8796 is Cyan = 0, Magento = 0.34, Yellow = 0.27 and Black (K on CMYK) = 0.20.

Color convert

RGB205135150-
CMYK00.340.270.20
HSL347.14º41.18%66.67%-
HSV(B)347.14º34.15%80.39%-
XYZ39.3532.5133.06-
YUV157.64123.69161.78-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 41.84%
GREEN value IS 135 (53.12% from 255) = 27.55%
BLUE value IS 150 (58.98% from 255) = 30.61%
R=41.84%
G=27.55%
B=30.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.27
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20513515000.340.270.20347.1441.1866.67
HexCD87960221B1415b2943
Octal315207226042332453351103
Binary110011011000011110010110010001011011101001010110111010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD8796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD8796; }

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

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

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

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

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

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

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

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