Shades of Puce #CC828F
Tints of Puce #CC828F
RGB
CMYK
RGB Variations
Color information
#CC828F (or 0xCC828F) is known color: Puce. HEX triplet: CC, 82 and 8F. RGB value is (204,130,143). Sum of RGB (Red+Green+Blue) = 204+130+143=477 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.77% from 477); Green value is 130 (51.17% from 255 or 27.25% from 477); Blue value is 143 (56.25% from 255 or 29.98% from 477); Max value from RGB is 204 - color contains mainly: red. Hex color #CC828F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC828F is #337D70. Grayscale: #999999. Windows color (decimal): -3374449 or 9405132. OLE color: 9405132.
HSL color Cylindrical-coordinate representation of color #CC828F: hue angle of 349.46º 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 #CC828F is Cyan = 0, Magento = 0.36, Yellow = 0.30 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 130 | 143 | - |
| CMYK | 0 | 0.36 | 0.30 | 0.2 |
| HSL | 349.46º | 0.42% | 0.65% | - |
| HSV(B) | 349.46º | 0.36% | 0.8% | - |
| XYZ | 37.84 | 30.79 | 29.93 | - |
| YUV | 153.61 | 122.02 | 163.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 130 | 143 | 0 | 0.36 | 0.30 | 0.2 | 349.46 | 0.42 | 0.65 |
| Hex | CC | 82 | 8F | 0 | 24 | 1E | 14 | 15D | 2A | 41 |
| Octal | 314 | 202 | 217 | 0 | 44 | 36 | 24 | 535 | 52 | 101 |
| Binary | 11001100 | 10000010 | 10001111 | 0 | 100100 | 11110 | 10100 | 101011101 | 101010 | 1000001 |
Color Harmonies of #CC828F
Complementary color
Monochromatic Colors of #CC828F
Black with #CC828F
Text Example
Text Example
White with #CC828F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC828F; }
p { color: rgb(204,130,143); }
H1.HeaderClassName
{
color: #CC828F;
}
.AnyTagClassName
{
color: #CC828F;
}
</style>
background-color css
<style>
a { background-color: #CC828F; }
a { background-color: rgb(204,130,143); }
div.DivClassName
{
background-color: #CC828F;
}
.BgClassName
{
background-color: #CC828F;
}
</style>
border-color css
<style>
span { border-color: #CC828F; }
span { border-color: rgb(204,130,143); }
td.TdClassName
{
border-color: #CC828F;
}
.TagClassName
{
border-color: #CC828F;
}
</style>