Shades of Puce #C98C8E
Tints of Puce #C98C8E
RGB
CMYK
RGB Variations
Color information
#C98C8E (or 0xC98C8E) is known color: Puce. HEX triplet: C9, 8C and 8E. RGB value is (201,140,142). Sum of RGB (Red+Green+Blue) = 201+140+142=483 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.61% from 483); Green value is 140 (55.08% from 255 or 28.99% from 483); Blue value is 142 (55.86% from 255 or 29.40% from 483); Max value from RGB is 201 - color contains mainly: red. Hex color #C98C8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C98C8E is #367371. Grayscale: #9E9E9E. Windows color (decimal): -3568498 or 9342153. OLE color: 9342153.
HSL color Cylindrical-coordinate representation of color #C98C8E: hue angle of 358.03º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C98C8E is Cyan = 0, Magento = 0.30, Yellow = 0.29 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 140 | 142 | - |
| CMYK | 0 | 0.30 | 0.29 | 0.21 |
| HSL | 358.03º | 0.36% | 0.67% | - |
| HSV(B) | 358.03º | 0.3% | 0.79% | - |
| XYZ | 38.35 | 33.13 | 29.96 | - |
| YUV | 158.47 | 118.71 | 158.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 140 | 142 | 0 | 0.30 | 0.29 | 0.21 | 358.03 | 0.36 | 0.67 |
| Hex | C9 | 8C | 8E | 0 | 1E | 1D | 15 | 166 | 24 | 43 |
| Octal | 311 | 214 | 216 | 0 | 36 | 35 | 25 | 546 | 44 | 103 |
| Binary | 11001001 | 10001100 | 10001110 | 0 | 11110 | 11101 | 10101 | 101100110 | 100100 | 1000011 |
Color Harmonies of #C98C8E
Complementary color
Monochromatic Colors of #C98C8E
Black with #C98C8E
Text Example
Text Example
White with #C98C8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98C8E; }
p { color: rgb(201,140,142); }
H1.HeaderClassName
{
color: #C98C8E;
}
.AnyTagClassName
{
color: #C98C8E;
}
</style>
background-color css
<style>
a { background-color: #C98C8E; }
a { background-color: rgb(201,140,142); }
div.DivClassName
{
background-color: #C98C8E;
}
.BgClassName
{
background-color: #C98C8E;
}
</style>
border-color css
<style>
span { border-color: #C98C8E; }
span { border-color: rgb(201,140,142); }
td.TdClassName
{
border-color: #C98C8E;
}
.TagClassName
{
border-color: #C98C8E;
}
</style>