Shades of Puce #CD80A0
Tints of Puce #CD80A0
RGB
CMYK
RGB Variations
Color information
#CD80A0 (or 0xCD80A0) is known color: Puce. HEX triplet: CD, 80 and A0. RGB value is (205,128,160). Sum of RGB (Red+Green+Blue) = 205+128+160=493 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.58% from 493); Green value is 128 (50.39% from 255 or 25.96% from 493); Blue value is 160 (62.89% from 255 or 32.45% from 493); Max value from RGB is 205 - color contains mainly: red. Hex color #CD80A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD80A0 is #327F5F. Grayscale: #9A9A9A. Windows color (decimal): -3309408 or 10518733. OLE color: 10518733.
HSL color Cylindrical-coordinate representation of color #CD80A0: hue angle of 335.06º 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 #CD80A0 is Cyan = 0, Magento = 0.38, Yellow = 0.22 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 128 | 160 | - |
| CMYK | 0 | 0.38 | 0.22 | 0.20 |
| HSL | 335.06º | 0.44% | 0.65% | - |
| HSV(B) | 335.06º | 0.38% | 0.8% | - |
| XYZ | 39.24 | 30.96 | 37.16 | - |
| YUV | 154.67 | 131.01 | 163.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 128 | 160 | 0 | 0.38 | 0.22 | 0.20 | 335.06 | 0.44 | 0.65 |
| Hex | CD | 80 | A0 | 0 | 26 | 16 | 14 | 14F | 2C | 41 |
| Octal | 315 | 200 | 240 | 0 | 46 | 26 | 24 | 517 | 54 | 101 |
| Binary | 11001101 | 10000000 | 10100000 | 0 | 100110 | 10110 | 10100 | 101001111 | 101100 | 1000001 |
Color Harmonies of #CD80A0
Complementary color
Monochromatic Colors of #CD80A0
Black with #CD80A0
Text Example
Text Example
White with #CD80A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD80A0; }
p { color: rgb(205,128,160); }
H1.HeaderClassName
{
color: #CD80A0;
}
.AnyTagClassName
{
color: #CD80A0;
}
</style>
background-color css
<style>
a { background-color: #CD80A0; }
a { background-color: rgb(205,128,160); }
div.DivClassName
{
background-color: #CD80A0;
}
.BgClassName
{
background-color: #CD80A0;
}
</style>
border-color css
<style>
span { border-color: #CD80A0; }
span { border-color: rgb(205,128,160); }
td.TdClassName
{
border-color: #CD80A0;
}
.TagClassName
{
border-color: #CD80A0;
}
</style>