Shades of Puce #CD80A7
Tints of Puce #CD80A7
RGB
CMYK
RGB Variations
Color information
#CD80A7 (or 0xCD80A7) is known color: Puce. HEX triplet: CD, 80 and A7. RGB value is (205,128,167). Sum of RGB (Red+Green+Blue) = 205+128+167=500 (66% of max value = 765). Red value is 205 (80.47% from 255 or 41% from 500); Green value is 128 (50.39% from 255 or 25.6% from 500); Blue value is 167 (65.62% from 255 or 33.4% from 500); Max value from RGB is 205 - color contains mainly: red. Hex color #CD80A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD80A7 is #327F58. Grayscale: #9B9B9B. Windows color (decimal): -3309401 or 10977485. OLE color: 10977485.
HSL color Cylindrical-coordinate representation of color #CD80A7: hue angle of 329.61º 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 #CD80A7 is Cyan = 0, Magento = 0.38, Yellow = 0.19 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 128 | 167 | - |
| CMYK | 0 | 0.38 | 0.19 | 0.20 |
| HSL | 329.61º | 0.44% | 0.65% | - |
| HSV(B) | 329.61º | 0.38% | 0.8% | - |
| XYZ | 39.87 | 31.21 | 40.48 | - |
| YUV | 155.47 | 134.51 | 163.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 128 | 167 | 0 | 0.38 | 0.19 | 0.20 | 329.61 | 0.44 | 0.65 |
| Hex | CD | 80 | A7 | 0 | 26 | 13 | 14 | 14A | 2C | 41 |
| Octal | 315 | 200 | 247 | 0 | 46 | 23 | 24 | 512 | 54 | 101 |
| Binary | 11001101 | 10000000 | 10100111 | 0 | 100110 | 10011 | 10100 | 101001010 | 101100 | 1000001 |
Color Harmonies of #CD80A7
Complementary color
Monochromatic Colors of #CD80A7
Black with #CD80A7
Text Example
Text Example
White with #CD80A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD80A7; }
p { color: rgb(205,128,167); }
H1.HeaderClassName
{
color: #CD80A7;
}
.AnyTagClassName
{
color: #CD80A7;
}
</style>
background-color css
<style>
a { background-color: #CD80A7; }
a { background-color: rgb(205,128,167); }
div.DivClassName
{
background-color: #CD80A7;
}
.BgClassName
{
background-color: #CD80A7;
}
</style>
border-color css
<style>
span { border-color: #CD80A7; }
span { border-color: rgb(205,128,167); }
td.TdClassName
{
border-color: #CD80A7;
}
.TagClassName
{
border-color: #CD80A7;
}
</style>