Shades of Puce #CC8492
Tints of Puce #CC8492
RGB
CMYK
RGB Variations
Color information
#CC8492 (or 0xCC8492) is known color: Puce. HEX triplet: CC, 84 and 92. RGB value is (204,132,146). Sum of RGB (Red+Green+Blue) = 204+132+146=482 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.32% from 482); Green value is 132 (51.95% from 255 or 27.39% from 482); Blue value is 146 (57.42% from 255 or 30.29% from 482); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8492 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC8492 is #337B6D. Grayscale: #9B9B9B. Windows color (decimal): -3373934 or 9602252. OLE color: 9602252.
HSL color Cylindrical-coordinate representation of color #CC8492: hue angle of 348.33º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CC8492 is Cyan = 0, Magento = 0.35, Yellow = 0.28 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 132 | 146 | - |
| CMYK | 0 | 0.35 | 0.28 | 0.2 |
| HSL | 348.33º | 0.41% | 0.66% | - |
| HSV(B) | 348.33º | 0.35% | 0.8% | - |
| XYZ | 38.34 | 31.42 | 31.24 | - |
| YUV | 155.12 | 122.85 | 162.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 132 | 146 | 0 | 0.35 | 0.28 | 0.2 | 348.33 | 0.41 | 0.66 |
| Hex | CC | 84 | 92 | 0 | 23 | 1C | 14 | 15C | 29 | 42 |
| Octal | 314 | 204 | 222 | 0 | 43 | 34 | 24 | 534 | 51 | 102 |
| Binary | 11001100 | 10000100 | 10010010 | 0 | 100011 | 11100 | 10100 | 101011100 | 101001 | 1000010 |
Color Harmonies of #CC8492
Complementary color
Monochromatic Colors of #CC8492
Black with #CC8492
Text Example
Text Example
White with #CC8492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8492; }
p { color: rgb(204,132,146); }
H1.HeaderClassName
{
color: #CC8492;
}
.AnyTagClassName
{
color: #CC8492;
}
</style>
background-color css
<style>
a { background-color: #CC8492; }
a { background-color: rgb(204,132,146); }
div.DivClassName
{
background-color: #CC8492;
}
.BgClassName
{
background-color: #CC8492;
}
</style>
border-color css
<style>
span { border-color: #CC8492; }
span { border-color: rgb(204,132,146); }
td.TdClassName
{
border-color: #CC8492;
}
.TagClassName
{
border-color: #CC8492;
}
</style>