Shades of Puce #C98F94
Tints of Puce #C98F94
RGB
CMYK
RGB Variations
Color information
#C98F94 (or 0xC98F94) is known color: Puce. HEX triplet: C9, 8F and 94. RGB value is (201,143,148). Sum of RGB (Red+Green+Blue) = 201+143+148=492 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.85% from 492); Green value is 143 (56.25% from 255 or 29.07% from 492); Blue value is 148 (58.20% from 255 or 30.08% from 492); Max value from RGB is 201 - color contains mainly: red. Hex color #C98F94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C98F94 is #36706B. Grayscale: #A0A0A0. Windows color (decimal): -3567724 or 9736137. OLE color: 9736137.
HSL color Cylindrical-coordinate representation of color #C98F94: hue angle of 354.83º 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 #C98F94 is Cyan = 0, Magento = 0.29, Yellow = 0.26 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 143 | 148 | - |
| CMYK | 0 | 0.29 | 0.26 | 0.21 |
| HSL | 354.83º | 0.35% | 0.67% | - |
| HSV(B) | 354.83º | 0.29% | 0.79% | - |
| XYZ | 39.26 | 34.2 | 32.55 | - |
| YUV | 160.91 | 120.72 | 156.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 143 | 148 | 0 | 0.29 | 0.26 | 0.21 | 354.83 | 0.35 | 0.67 |
| Hex | C9 | 8F | 94 | 0 | 1D | 1A | 15 | 163 | 23 | 43 |
| Octal | 311 | 217 | 224 | 0 | 35 | 32 | 25 | 543 | 43 | 103 |
| Binary | 11001001 | 10001111 | 10010100 | 0 | 11101 | 11010 | 10101 | 101100011 | 100011 | 1000011 |
Color Harmonies of #C98F94
Complementary color
Monochromatic Colors of #C98F94
Black with #C98F94
Text Example
Text Example
White with #C98F94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98F94; }
p { color: rgb(201,143,148); }
H1.HeaderClassName
{
color: #C98F94;
}
.AnyTagClassName
{
color: #C98F94;
}
</style>
background-color css
<style>
a { background-color: #C98F94; }
a { background-color: rgb(201,143,148); }
div.DivClassName
{
background-color: #C98F94;
}
.BgClassName
{
background-color: #C98F94;
}
</style>
border-color css
<style>
span { border-color: #C98F94; }
span { border-color: rgb(201,143,148); }
td.TdClassName
{
border-color: #C98F94;
}
.TagClassName
{
border-color: #C98F94;
}
</style>