Shades of Puce #CC8790
Tints of Puce #CC8790
RGB
CMYK
RGB Variations
Color information
#CC8790 (or 0xCC8790) is known color: Puce. HEX triplet: CC, 87 and 90. RGB value is (204,135,144). Sum of RGB (Red+Green+Blue) = 204+135+144=483 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.24% from 483); Green value is 135 (53.12% from 255 or 27.95% from 483); Blue value is 144 (56.64% from 255 or 29.81% from 483); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8790 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC8790 is #33786F. Grayscale: #9C9C9C. Windows color (decimal): -3373168 or 9471948. OLE color: 9471948.
HSL color Cylindrical-coordinate representation of color #CC8790: hue angle of 352.17º 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 #CC8790 is Cyan = 0, Magento = 0.34, Yellow = 0.29 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 135 | 144 | - |
| CMYK | 0 | 0.34 | 0.29 | 0.2 |
| HSL | 352.17º | 0.4% | 0.66% | - |
| HSV(B) | 352.17º | 0.34% | 0.8% | - |
| XYZ | 38.6 | 32.18 | 30.56 | - |
| YUV | 156.66 | 120.86 | 161.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 135 | 144 | 0 | 0.34 | 0.29 | 0.2 | 352.17 | 0.4 | 0.66 |
| Hex | CC | 87 | 90 | 0 | 22 | 1D | 14 | 160 | 28 | 42 |
| Octal | 314 | 207 | 220 | 0 | 42 | 35 | 24 | 540 | 50 | 102 |
| Binary | 11001100 | 10000111 | 10010000 | 0 | 100010 | 11101 | 10100 | 101100000 | 101000 | 1000010 |
Color Harmonies of #CC8790
Complementary color
Monochromatic Colors of #CC8790
Black with #CC8790
Text Example
Text Example
White with #CC8790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8790; }
p { color: rgb(204,135,144); }
H1.HeaderClassName
{
color: #CC8790;
}
.AnyTagClassName
{
color: #CC8790;
}
</style>
background-color css
<style>
a { background-color: #CC8790; }
a { background-color: rgb(204,135,144); }
div.DivClassName
{
background-color: #CC8790;
}
.BgClassName
{
background-color: #CC8790;
}
</style>
border-color css
<style>
span { border-color: #CC8790; }
span { border-color: rgb(204,135,144); }
td.TdClassName
{
border-color: #CC8790;
}
.TagClassName
{
border-color: #CC8790;
}
</style>