Shades of Puce #CC828D
Tints of Puce #CC828D
RGB
CMYK
RGB Variations
Color information
#CC828D (or 0xCC828D) is known color: Puce. HEX triplet: CC, 82 and 8D. RGB value is (204,130,141). Sum of RGB (Red+Green+Blue) = 204+130+141=475 (62% of max value = 765). Red value is 204 (80.08% from 255 or 42.95% from 475); Green value is 130 (51.17% from 255 or 27.37% from 475); Blue value is 141 (55.47% from 255 or 29.68% from 475); Max value from RGB is 204 - color contains mainly: red. Hex color #CC828D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC828D is #337D72. Grayscale: #999999. Windows color (decimal): -3374451 or 9274060. OLE color: 9274060.
HSL color Cylindrical-coordinate representation of color #CC828D: hue angle of 351.08º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CC828D is Cyan = 0, Magento = 0.36, Yellow = 0.31 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 130 | 141 | - |
| CMYK | 0 | 0.36 | 0.31 | 0.2 |
| HSL | 351.08º | 0.42% | 0.65% | - |
| HSV(B) | 351.08º | 0.36% | 0.8% | - |
| XYZ | 37.69 | 30.73 | 29.14 | - |
| YUV | 153.38 | 121.02 | 164.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 130 | 141 | 0 | 0.36 | 0.31 | 0.2 | 351.08 | 0.42 | 0.65 |
| Hex | CC | 82 | 8D | 0 | 24 | 1F | 14 | 15F | 2A | 41 |
| Octal | 314 | 202 | 215 | 0 | 44 | 37 | 24 | 537 | 52 | 101 |
| Binary | 11001100 | 10000010 | 10001101 | 0 | 100100 | 11111 | 10100 | 101011111 | 101010 | 1000001 |
Color Harmonies of #CC828D
Complementary color
Monochromatic Colors of #CC828D
Black with #CC828D
Text Example
Text Example
White with #CC828D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC828D; }
p { color: rgb(204,130,141); }
H1.HeaderClassName
{
color: #CC828D;
}
.AnyTagClassName
{
color: #CC828D;
}
</style>
background-color css
<style>
a { background-color: #CC828D; }
a { background-color: rgb(204,130,141); }
div.DivClassName
{
background-color: #CC828D;
}
.BgClassName
{
background-color: #CC828D;
}
</style>
border-color css
<style>
span { border-color: #CC828D; }
span { border-color: rgb(204,130,141); }
td.TdClassName
{
border-color: #CC828D;
}
.TagClassName
{
border-color: #CC828D;
}
</style>