Shades of Puce #CD819D
Tints of Puce #CD819D
RGB
CMYK
RGB Variations
Color information
#CD819D (or 0xCD819D) is known color: Puce. HEX triplet: CD, 81 and 9D. RGB value is (205,129,157). Sum of RGB (Red+Green+Blue) = 205+129+157=491 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.75% from 491); Green value is 129 (50.78% from 255 or 26.27% from 491); Blue value is 157 (61.72% from 255 or 31.98% from 491); Max value from RGB is 205 - color contains mainly: red. Hex color #CD819D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD819D is #327E62. Grayscale: #9A9A9A. Windows color (decimal): -3309155 or 10322381. OLE color: 10322381.
HSL color Cylindrical-coordinate representation of color #CD819D: hue angle of 337.89º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CD819D is Cyan = 0, Magento = 0.37, Yellow = 0.23 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 129 | 157 | - |
| CMYK | 0 | 0.37 | 0.23 | 0.20 |
| HSL | 337.89º | 0.43% | 0.65% | - |
| HSV(B) | 337.89º | 0.37% | 0.8% | - |
| XYZ | 39.11 | 31.11 | 35.84 | - |
| YUV | 154.92 | 129.18 | 163.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 129 | 157 | 0 | 0.37 | 0.23 | 0.20 | 337.89 | 0.43 | 0.65 |
| Hex | CD | 81 | 9D | 0 | 25 | 17 | 14 | 152 | 2B | 41 |
| Octal | 315 | 201 | 235 | 0 | 45 | 27 | 24 | 522 | 53 | 101 |
| Binary | 11001101 | 10000001 | 10011101 | 0 | 100101 | 10111 | 10100 | 101010010 | 101011 | 1000001 |
Color Harmonies of #CD819D
Complementary color
Monochromatic Colors of #CD819D
Black with #CD819D
Text Example
Text Example
White with #CD819D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD819D; }
p { color: rgb(205,129,157); }
H1.HeaderClassName
{
color: #CD819D;
}
.AnyTagClassName
{
color: #CD819D;
}
</style>
background-color css
<style>
a { background-color: #CD819D; }
a { background-color: rgb(205,129,157); }
div.DivClassName
{
background-color: #CD819D;
}
.BgClassName
{
background-color: #CD819D;
}
</style>
border-color css
<style>
span { border-color: #CD819D; }
span { border-color: rgb(205,129,157); }
td.TdClassName
{
border-color: #CD819D;
}
.TagClassName
{
border-color: #CD819D;
}
</style>