Shades of Puce #CD828E
Tints of Puce #CD828E
RGB
CMYK
RGB Variations
Color information
#CD828E (or 0xCD828E) is known color: Puce. HEX triplet: CD, 82 and 8E. RGB value is (205,130,142). Sum of RGB (Red+Green+Blue) = 205+130+142=477 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.98% from 477); Green value is 130 (51.17% from 255 or 27.25% from 477); Blue value is 142 (55.86% from 255 or 29.77% from 477); Max value from RGB is 205 - color contains mainly: red. Hex color #CD828E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD828E is #327D71. Grayscale: #999999. Windows color (decimal): -3308914 or 9339597. OLE color: 9339597.
HSL color Cylindrical-coordinate representation of color #CD828E: hue angle of 350.4º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CD828E is Cyan = 0, Magento = 0.37, Yellow = 0.31 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 130 | 142 | - |
| CMYK | 0 | 0.37 | 0.31 | 0.20 |
| HSL | 350.4º | 0.43% | 0.66% | - |
| HSV(B) | 350.4º | 0.37% | 0.8% | - |
| XYZ | 38.04 | 30.9 | 29.55 | - |
| YUV | 153.79 | 121.35 | 164.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 130 | 142 | 0 | 0.37 | 0.31 | 0.20 | 350.4 | 0.43 | 0.66 |
| Hex | CD | 82 | 8E | 0 | 25 | 1F | 14 | 15E | 2B | 42 |
| Octal | 315 | 202 | 216 | 0 | 45 | 37 | 24 | 536 | 53 | 102 |
| Binary | 11001101 | 10000010 | 10001110 | 0 | 100101 | 11111 | 10100 | 101011110 | 101011 | 1000010 |
Color Harmonies of #CD828E
Complementary color
Monochromatic Colors of #CD828E
Black with #CD828E
Text Example
Text Example
White with #CD828E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD828E; }
p { color: rgb(205,130,142); }
H1.HeaderClassName
{
color: #CD828E;
}
.AnyTagClassName
{
color: #CD828E;
}
</style>
background-color css
<style>
a { background-color: #CD828E; }
a { background-color: rgb(205,130,142); }
div.DivClassName
{
background-color: #CD828E;
}
.BgClassName
{
background-color: #CD828E;
}
</style>
border-color css
<style>
span { border-color: #CD828E; }
span { border-color: rgb(205,130,142); }
td.TdClassName
{
border-color: #CD828E;
}
.TagClassName
{
border-color: #CD828E;
}
</style>