Shades of Puce #CD828D
Tints of Puce #CD828D
RGB
CMYK
RGB Variations
Color information
#CD828D (or 0xCD828D) is known color: Puce. HEX triplet: CD, 82 and 8D. RGB value is (205,130,141). Sum of RGB (Red+Green+Blue) = 205+130+141=476 (63% of max value = 765). Red value is 205 (80.47% from 255 or 43.07% from 476); Green value is 130 (51.17% from 255 or 27.31% from 476); Blue value is 141 (55.47% from 255 or 29.62% from 476); Max value from RGB is 205 - color contains mainly: red. Hex color #CD828D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD828D is #327D72. Grayscale: #999999. Windows color (decimal): -3308915 or 9274061. OLE color: 9274061.
HSL color Cylindrical-coordinate representation of color #CD828D: hue angle of 351.2º 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 #CD828D is Cyan = 0, Magento = 0.37, Yellow = 0.31 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 130 | 141 | - |
| CMYK | 0 | 0.37 | 0.31 | 0.20 |
| HSL | 351.2º | 0.43% | 0.66% | - |
| HSV(B) | 351.2º | 0.37% | 0.8% | - |
| XYZ | 37.97 | 30.87 | 29.16 | - |
| YUV | 153.68 | 120.85 | 164.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 130 | 141 | 0 | 0.37 | 0.31 | 0.20 | 351.2 | 0.43 | 0.66 |
| Hex | CD | 82 | 8D | 0 | 25 | 1F | 14 | 15F | 2B | 42 |
| Octal | 315 | 202 | 215 | 0 | 45 | 37 | 24 | 537 | 53 | 102 |
| Binary | 11001101 | 10000010 | 10001101 | 0 | 100101 | 11111 | 10100 | 101011111 | 101011 | 1000010 |
Color Harmonies of #CD828D
Complementary color
Monochromatic Colors of #CD828D
Black with #CD828D
Text Example
Text Example
White with #CD828D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD828D; }
p { color: rgb(205,130,141); }
H1.HeaderClassName
{
color: #CD828D;
}
.AnyTagClassName
{
color: #CD828D;
}
</style>
background-color css
<style>
a { background-color: #CD828D; }
a { background-color: rgb(205,130,141); }
div.DivClassName
{
background-color: #CD828D;
}
.BgClassName
{
background-color: #CD828D;
}
</style>
border-color css
<style>
span { border-color: #CD828D; }
span { border-color: rgb(205,130,141); }
td.TdClassName
{
border-color: #CD828D;
}
.TagClassName
{
border-color: #CD828D;
}
</style>