#CD809E

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

Shades of Puce #CD809E

Tints of Puce #CD809E

Color information

#CD809E (or 0xCD809E) is unknown color: approx Puce. HEX triplet: CD, 80 and 9E. RGB value is (205,128,158). Sum of RGB (Red+Green+Blue) = 205+128+158=491 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.75% from 491); Green value is 128 (50.39% from 255 or 26.07% from 491); Blue value is 158 (62.11% from 255 or 32.18% from 491); Max value from RGB is 205 - color contains mainly: red. Hex color #CD809E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD809E is #327F61. Grayscale: #9A9A9A. Windows color (decimal): -3309410 or 10387661. OLE color: 10387661.

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

Color convert

RGB205128158-
CMYK00.380.230.20
HSL336.62º43.5%65.29%-
HSV(B)336.62º37.56%80.39%-
XYZ39.0730.8936.25-
YUV154.44130.01164.06-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 41.75%
GREEN value IS 128 (50.39% from 255) = 26.07%
BLUE value IS 158 (62.11% from 255) = 32.18%
R=41.75%
G=26.07%
B=32.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.23
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20512815800.380.230.20336.6243.565.29
HexCD809E02617141512c41
Octal315200236046272452154101
Binary110011011000000010011110010011010111101001010100011011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD809E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD809E; }

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

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

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

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

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

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

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

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