Shades of Puce #CC8D90
Tints of Puce #CC8D90
RGB
CMYK
RGB Variations
Color information
#CC8D90 (or 0xCC8D90) is known color: Puce. HEX triplet: CC, 8D and 90. RGB value is (204,141,144). Sum of RGB (Red+Green+Blue) = 204+141+144=489 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.72% from 489); Green value is 141 (55.47% from 255 or 28.83% from 489); Blue value is 144 (56.64% from 255 or 29.45% from 489); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8D90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC8D90 is #33726F. Grayscale: #A0A0A0. Windows color (decimal): -3371632 or 9473484. OLE color: 9473484.
HSL color Cylindrical-coordinate representation of color #CC8D90: hue angle of 357.14º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CC8D90 is Cyan = 0, Magento = 0.31, Yellow = 0.29 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 141 | 144 | - |
| CMYK | 0 | 0.31 | 0.29 | 0.2 |
| HSL | 357.14º | 0.38% | 0.68% | - |
| HSV(B) | 357.14º | 0.31% | 0.8% | - |
| XYZ | 39.46 | 33.9 | 30.85 | - |
| YUV | 160.18 | 118.87 | 159.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 141 | 144 | 0 | 0.31 | 0.29 | 0.2 | 357.14 | 0.38 | 0.68 |
| Hex | CC | 8D | 90 | 0 | 1F | 1D | 14 | 165 | 26 | 44 |
| Octal | 314 | 215 | 220 | 0 | 37 | 35 | 24 | 545 | 46 | 104 |
| Binary | 11001100 | 10001101 | 10010000 | 0 | 11111 | 11101 | 10100 | 101100101 | 100110 | 1000100 |
Color Harmonies of #CC8D90
Complementary color
Monochromatic Colors of #CC8D90
Black with #CC8D90
Text Example
Text Example
White with #CC8D90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8D90; }
p { color: rgb(204,141,144); }
H1.HeaderClassName
{
color: #CC8D90;
}
.AnyTagClassName
{
color: #CC8D90;
}
</style>
background-color css
<style>
a { background-color: #CC8D90; }
a { background-color: rgb(204,141,144); }
div.DivClassName
{
background-color: #CC8D90;
}
.BgClassName
{
background-color: #CC8D90;
}
</style>
border-color css
<style>
span { border-color: #CC8D90; }
span { border-color: rgb(204,141,144); }
td.TdClassName
{
border-color: #CC8D90;
}
.TagClassName
{
border-color: #CC8D90;
}
</style>