#CD809C

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

Shades of Puce #CD809C

Tints of Puce #CD809C

Color information

#CD809C (or 0xCD809C) is unknown color: approx Puce. HEX triplet: CD, 80 and 9C. RGB value is (205,128,156). Sum of RGB (Red+Green+Blue) = 205+128+156=489 (64% of max value = 765). Red value is 205 (80.47% from 255 or 41.92% from 489); Green value is 128 (50.39% from 255 or 26.18% from 489); Blue value is 156 (61.33% from 255 or 31.90% from 489); Max value from RGB is 205 - color contains mainly: red. Hex color #CD809C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD809C is #327F63. Grayscale: #9A9A9A. Windows color (decimal): -3309412 or 10256589. OLE color: 10256589.

HSL color Cylindrical-coordinate representation of color #CD809C: hue angle of 338.18º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CD809C is Cyan = 0, Magento = 0.38, Yellow = 0.24 and Black (K on CMYK) = 0.20.

Color convert

RGB205128156-
CMYK00.380.240.20
HSL338.18º43.5%65.29%-
HSV(B)338.18º37.56%80.39%-
XYZ38.930.8235.35-
YUV154.21129.01164.22-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 41.92%
GREEN value IS 128 (50.39% from 255) = 26.18%
BLUE value IS 156 (61.33% from 255) = 31.90%
R=41.92%
G=26.18%
B=31.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.24
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20512815600.380.240.20338.1843.565.29
HexCD809C02618141522c41
Octal315200234046302452254101
Binary110011011000000010011100010011011000101001010100101011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD809C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD809C; }

 p { color: rgb(205,128,156); }

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

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

 a { background-color: rgb(205,128,156); }

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

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

 span { border-color: rgb(205,128,156); }

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