Shades of Puce #CC829C
Tints of Puce #CC829C
RGB
CMYK
RGB Variations
Color information
#CC829C (or 0xCC829C) is known color: Puce. HEX triplet: CC, 82 and 9C. RGB value is (204,130,156). Sum of RGB (Red+Green+Blue) = 204+130+156=490 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.63% from 490); Green value is 130 (51.17% from 255 or 26.53% from 490); Blue value is 156 (61.33% from 255 or 31.84% from 490); Max value from RGB is 204 - color contains mainly: red. Hex color #CC829C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC829C is #337D63. Grayscale: #9B9B9B. Windows color (decimal): -3374436 or 10257100. OLE color: 10257100.
HSL color Cylindrical-coordinate representation of color #CC829C: hue angle of 338.92º 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 #CC829C is Cyan = 0, Magento = 0.36, Yellow = 0.24 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 130 | 156 | - |
| CMYK | 0 | 0.36 | 0.24 | 0.2 |
| HSL | 338.92º | 0.42% | 0.65% | - |
| HSV(B) | 338.92º | 0.36% | 0.8% | - |
| XYZ | 38.89 | 31.2 | 35.43 | - |
| YUV | 155.09 | 128.52 | 162.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 130 | 156 | 0 | 0.36 | 0.24 | 0.2 | 338.92 | 0.42 | 0.65 |
| Hex | CC | 82 | 9C | 0 | 24 | 18 | 14 | 153 | 2A | 41 |
| Octal | 314 | 202 | 234 | 0 | 44 | 30 | 24 | 523 | 52 | 101 |
| Binary | 11001100 | 10000010 | 10011100 | 0 | 100100 | 11000 | 10100 | 101010011 | 101010 | 1000001 |
Color Harmonies of #CC829C
Complementary color
Monochromatic Colors of #CC829C
Black with #CC829C
Text Example
Text Example
White with #CC829C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC829C; }
p { color: rgb(204,130,156); }
H1.HeaderClassName
{
color: #CC829C;
}
.AnyTagClassName
{
color: #CC829C;
}
</style>
background-color css
<style>
a { background-color: #CC829C; }
a { background-color: rgb(204,130,156); }
div.DivClassName
{
background-color: #CC829C;
}
.BgClassName
{
background-color: #CC829C;
}
</style>
border-color css
<style>
span { border-color: #CC829C; }
span { border-color: rgb(204,130,156); }
td.TdClassName
{
border-color: #CC829C;
}
.TagClassName
{
border-color: #CC829C;
}
</style>