Shades of Puce #CC8794
Tints of Puce #CC8794
RGB
CMYK
RGB Variations
Color information
#CC8794 (or 0xCC8794) is known color: Puce. HEX triplet: CC, 87 and 94. RGB value is (204,135,148). Sum of RGB (Red+Green+Blue) = 204+135+148=487 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.89% from 487); Green value is 135 (53.12% from 255 or 27.72% from 487); Blue value is 148 (58.20% from 255 or 30.39% from 487); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8794 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC8794 is #33786B. Grayscale: #9D9D9D. Windows color (decimal): -3373164 or 9734092. OLE color: 9734092.
HSL color Cylindrical-coordinate representation of color #CC8794: hue angle of 348.7º 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 #CC8794 is Cyan = 0, Magento = 0.34, Yellow = 0.27 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 135 | 148 | - |
| CMYK | 0 | 0.34 | 0.27 | 0.2 |
| HSL | 348.7º | 0.4% | 0.66% | - |
| HSV(B) | 348.7º | 0.34% | 0.8% | - |
| XYZ | 38.91 | 32.3 | 32.2 | - |
| YUV | 157.11 | 122.86 | 161.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 135 | 148 | 0 | 0.34 | 0.27 | 0.2 | 348.7 | 0.4 | 0.66 |
| Hex | CC | 87 | 94 | 0 | 22 | 1B | 14 | 15D | 28 | 42 |
| Octal | 314 | 207 | 224 | 0 | 42 | 33 | 24 | 535 | 50 | 102 |
| Binary | 11001100 | 10000111 | 10010100 | 0 | 100010 | 11011 | 10100 | 101011101 | 101000 | 1000010 |
Color Harmonies of #CC8794
Complementary color
Monochromatic Colors of #CC8794
Black with #CC8794
Text Example
Text Example
White with #CC8794
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8794; }
p { color: rgb(204,135,148); }
H1.HeaderClassName
{
color: #CC8794;
}
.AnyTagClassName
{
color: #CC8794;
}
</style>
background-color css
<style>
a { background-color: #CC8794; }
a { background-color: rgb(204,135,148); }
div.DivClassName
{
background-color: #CC8794;
}
.BgClassName
{
background-color: #CC8794;
}
</style>
border-color css
<style>
span { border-color: #CC8794; }
span { border-color: rgb(204,135,148); }
td.TdClassName
{
border-color: #CC8794;
}
.TagClassName
{
border-color: #CC8794;
}
</style>