#CD8996

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

Shades of Puce #CD8996

Tints of Puce #CD8996

Color information

#CD8996 (or 0xCD8996) is unknown color: approx Puce. HEX triplet: CD, 89 and 96. RGB value is (205,137,150). Sum of RGB (Red+Green+Blue) = 205+137+150=492 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.67% from 492); Green value is 137 (53.91% from 255 or 27.85% from 492); Blue value is 150 (58.98% from 255 or 30.49% from 492); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8996 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD8996 is #327669. Grayscale: #9E9E9E. Windows color (decimal): -3307114 or 9865677. OLE color: 9865677.

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

Color convert

RGB205137150-
CMYK00.330.270.20
HSL348.53º40.48%67.06%-
HSV(B)348.53º33.17%80.39%-
XYZ39.6333.0733.15-
YUV158.81123.03160.94-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 41.67%
GREEN value IS 137 (53.91% from 255) = 27.85%
BLUE value IS 150 (58.98% from 255) = 30.49%
R=41.67%
G=27.85%
B=30.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.27
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20513715000.330.270.20348.5340.4867.06
HexCD89960211B1415d2843
Octal315211226041332453550103
Binary110011011000100110010110010000111011101001010111011010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD8996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD8996; }

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

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

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

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

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

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

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

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