Shades of Puce #C98990
Tints of Puce #C98990
RGB
CMYK
RGB Variations
Color information
#C98990 (or 0xC98990) is known color: Puce. HEX triplet: C9, 89 and 90. RGB value is (201,137,144). Sum of RGB (Red+Green+Blue) = 201+137+144=482 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.70% from 482); Green value is 137 (53.91% from 255 or 28.42% from 482); Blue value is 144 (56.64% from 255 or 29.88% from 482); Max value from RGB is 201 - color contains mainly: red. Hex color #C98990 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C98990 is #36766F. Grayscale: #9C9C9C. Windows color (decimal): -3569264 or 9472457. OLE color: 9472457.
HSL color Cylindrical-coordinate representation of color #C98990: hue angle of 353.44º degrees, saturation: 0.37, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C98990 is Cyan = 0, Magento = 0.32, Yellow = 0.28 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 137 | 144 | - |
| CMYK | 0 | 0.32 | 0.28 | 0.21 |
| HSL | 353.44º | 0.37% | 0.66% | - |
| HSV(B) | 353.44º | 0.32% | 0.79% | - |
| XYZ | 38.07 | 32.32 | 30.62 | - |
| YUV | 156.93 | 120.7 | 159.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 137 | 144 | 0 | 0.32 | 0.28 | 0.21 | 353.44 | 0.37 | 0.66 |
| Hex | C9 | 89 | 90 | 0 | 20 | 1C | 15 | 161 | 25 | 42 |
| Octal | 311 | 211 | 220 | 0 | 40 | 34 | 25 | 541 | 45 | 102 |
| Binary | 11001001 | 10001001 | 10010000 | 0 | 100000 | 11100 | 10101 | 101100001 | 100101 | 1000010 |
Color Harmonies of #C98990
Complementary color
Monochromatic Colors of #C98990
Black with #C98990
Text Example
Text Example
White with #C98990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98990; }
p { color: rgb(201,137,144); }
H1.HeaderClassName
{
color: #C98990;
}
.AnyTagClassName
{
color: #C98990;
}
</style>
background-color css
<style>
a { background-color: #C98990; }
a { background-color: rgb(201,137,144); }
div.DivClassName
{
background-color: #C98990;
}
.BgClassName
{
background-color: #C98990;
}
</style>
border-color css
<style>
span { border-color: #C98990; }
span { border-color: rgb(201,137,144); }
td.TdClassName
{
border-color: #C98990;
}
.TagClassName
{
border-color: #C98990;
}
</style>