Shades of Puce #C98F95
Tints of Puce #C98F95
RGB
CMYK
RGB Variations
Color information
#C98F95 (or 0xC98F95) is known color: Puce. HEX triplet: C9, 8F and 95. RGB value is (201,143,149). Sum of RGB (Red+Green+Blue) = 201+143+149=493 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.77% from 493); Green value is 143 (56.25% from 255 or 29.01% from 493); Blue value is 149 (58.59% from 255 or 30.22% from 493); Max value from RGB is 201 - color contains mainly: red. Hex color #C98F95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C98F95 is #36706A. Grayscale: #A1A1A1. Windows color (decimal): -3567723 or 9801673. OLE color: 9801673.
HSL color Cylindrical-coordinate representation of color #C98F95: hue angle of 353.79º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C98F95 is Cyan = 0, Magento = 0.29, Yellow = 0.26 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 143 | 149 | - |
| CMYK | 0 | 0.29 | 0.26 | 0.21 |
| HSL | 353.79º | 0.35% | 0.67% | - |
| HSV(B) | 353.79º | 0.29% | 0.79% | - |
| XYZ | 39.33 | 34.23 | 32.97 | - |
| YUV | 161.03 | 121.22 | 156.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 143 | 149 | 0 | 0.29 | 0.26 | 0.21 | 353.79 | 0.35 | 0.67 |
| Hex | C9 | 8F | 95 | 0 | 1D | 1A | 15 | 162 | 23 | 43 |
| Octal | 311 | 217 | 225 | 0 | 35 | 32 | 25 | 542 | 43 | 103 |
| Binary | 11001001 | 10001111 | 10010101 | 0 | 11101 | 11010 | 10101 | 101100010 | 100011 | 1000011 |
Color Harmonies of #C98F95
Complementary color
Monochromatic Colors of #C98F95
Black with #C98F95
Text Example
Text Example
White with #C98F95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98F95; }
p { color: rgb(201,143,149); }
H1.HeaderClassName
{
color: #C98F95;
}
.AnyTagClassName
{
color: #C98F95;
}
</style>
background-color css
<style>
a { background-color: #C98F95; }
a { background-color: rgb(201,143,149); }
div.DivClassName
{
background-color: #C98F95;
}
.BgClassName
{
background-color: #C98F95;
}
</style>
border-color css
<style>
span { border-color: #C98F95; }
span { border-color: rgb(201,143,149); }
td.TdClassName
{
border-color: #C98F95;
}
.TagClassName
{
border-color: #C98F95;
}
</style>