Shades of Puce #C98C93
Tints of Puce #C98C93
RGB
CMYK
RGB Variations
Color information
#C98C93 (or 0xC98C93) is known color: Puce. HEX triplet: C9, 8C and 93. RGB value is (201,140,147). Sum of RGB (Red+Green+Blue) = 201+140+147=488 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.19% from 488); Green value is 140 (55.08% from 255 or 28.69% from 488); Blue value is 147 (57.81% from 255 or 30.12% from 488); Max value from RGB is 201 - color contains mainly: red. Hex color #C98C93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C98C93 is #36736C. Grayscale: #9F9F9F. Windows color (decimal): -3568493 or 9669833. OLE color: 9669833.
HSL color Cylindrical-coordinate representation of color #C98C93: hue angle of 353.11º 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 #C98C93 is Cyan = 0, Magento = 0.30, Yellow = 0.27 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 140 | 147 | - |
| CMYK | 0 | 0.30 | 0.27 | 0.21 |
| HSL | 353.11º | 0.36% | 0.67% | - |
| HSV(B) | 353.11º | 0.3% | 0.79% | - |
| XYZ | 38.73 | 33.28 | 31.99 | - |
| YUV | 159.04 | 121.21 | 157.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 140 | 147 | 0 | 0.30 | 0.27 | 0.21 | 353.11 | 0.36 | 0.67 |
| Hex | C9 | 8C | 93 | 0 | 1E | 1B | 15 | 161 | 24 | 43 |
| Octal | 311 | 214 | 223 | 0 | 36 | 33 | 25 | 541 | 44 | 103 |
| Binary | 11001001 | 10001100 | 10010011 | 0 | 11110 | 11011 | 10101 | 101100001 | 100100 | 1000011 |
Color Harmonies of #C98C93
Complementary color
Monochromatic Colors of #C98C93
Black with #C98C93
Text Example
Text Example
White with #C98C93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98C93; }
p { color: rgb(201,140,147); }
H1.HeaderClassName
{
color: #C98C93;
}
.AnyTagClassName
{
color: #C98C93;
}
</style>
background-color css
<style>
a { background-color: #C98C93; }
a { background-color: rgb(201,140,147); }
div.DivClassName
{
background-color: #C98C93;
}
.BgClassName
{
background-color: #C98C93;
}
</style>
border-color css
<style>
span { border-color: #C98C93; }
span { border-color: rgb(201,140,147); }
td.TdClassName
{
border-color: #C98C93;
}
.TagClassName
{
border-color: #C98C93;
}
</style>