Shades of Puce #CC8792
Tints of Puce #CC8792
RGB
CMYK
RGB Variations
Color information
#CC8792 (or 0xCC8792) is known color: Puce. HEX triplet: CC, 87 and 92. RGB value is (204,135,146). Sum of RGB (Red+Green+Blue) = 204+135+146=485 (64% of max value = 765). Red value is 204 (80.08% from 255 or 42.06% from 485); Green value is 135 (53.12% from 255 or 27.84% from 485); Blue value is 146 (57.42% from 255 or 30.10% from 485); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8792 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC8792 is #33786D. Grayscale: #9C9C9C. Windows color (decimal): -3373166 or 9603020. OLE color: 9603020.
HSL color Cylindrical-coordinate representation of color #CC8792: hue angle of 350.43º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CC8792 is Cyan = 0, Magento = 0.34, Yellow = 0.28 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 135 | 146 | - |
| CMYK | 0 | 0.34 | 0.28 | 0.2 |
| HSL | 350.43º | 0.4% | 0.66% | - |
| HSV(B) | 350.43º | 0.34% | 0.8% | - |
| XYZ | 38.75 | 32.24 | 31.37 | - |
| YUV | 156.89 | 121.86 | 161.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 135 | 146 | 0 | 0.34 | 0.28 | 0.2 | 350.43 | 0.4 | 0.66 |
| Hex | CC | 87 | 92 | 0 | 22 | 1C | 14 | 15E | 28 | 42 |
| Octal | 314 | 207 | 222 | 0 | 42 | 34 | 24 | 536 | 50 | 102 |
| Binary | 11001100 | 10000111 | 10010010 | 0 | 100010 | 11100 | 10100 | 101011110 | 101000 | 1000010 |
Color Harmonies of #CC8792
Complementary color
Monochromatic Colors of #CC8792
Black with #CC8792
Text Example
Text Example
White with #CC8792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8792; }
p { color: rgb(204,135,146); }
H1.HeaderClassName
{
color: #CC8792;
}
.AnyTagClassName
{
color: #CC8792;
}
</style>
background-color css
<style>
a { background-color: #CC8792; }
a { background-color: rgb(204,135,146); }
div.DivClassName
{
background-color: #CC8792;
}
.BgClassName
{
background-color: #CC8792;
}
</style>
border-color css
<style>
span { border-color: #CC8792; }
span { border-color: rgb(204,135,146); }
td.TdClassName
{
border-color: #CC8792;
}
.TagClassName
{
border-color: #CC8792;
}
</style>