Shades of Puce #C98399
Tints of Puce #C98399
RGB
CMYK
RGB Variations
Color information
#C98399 (or 0xC98399) is known color: Puce. HEX triplet: C9, 83 and 99. RGB value is (201,131,153). Sum of RGB (Red+Green+Blue) = 201+131+153=485 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.44% from 485); Green value is 131 (51.56% from 255 or 27.01% from 485); Blue value is 153 (60.16% from 255 or 31.55% from 485); Max value from RGB is 201 - color contains mainly: red. Hex color #C98399 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C98399 is #367C66. Grayscale: #9A9A9A. Windows color (decimal): -3570791 or 10060745. OLE color: 10060745.
HSL color Cylindrical-coordinate representation of color #C98399: hue angle of 341.14º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C98399 is Cyan = 0, Magento = 0.35, Yellow = 0.24 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 131 | 153 | - |
| CMYK | 0 | 0.35 | 0.24 | 0.21 |
| HSL | 341.14º | 0.39% | 0.65% | - |
| HSV(B) | 341.14º | 0.35% | 0.79% | - |
| XYZ | 37.95 | 30.95 | 34.11 | - |
| YUV | 154.44 | 127.19 | 161.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 131 | 153 | 0 | 0.35 | 0.24 | 0.21 | 341.14 | 0.39 | 0.65 |
| Hex | C9 | 83 | 99 | 0 | 23 | 18 | 15 | 155 | 27 | 41 |
| Octal | 311 | 203 | 231 | 0 | 43 | 30 | 25 | 525 | 47 | 101 |
| Binary | 11001001 | 10000011 | 10011001 | 0 | 100011 | 11000 | 10101 | 101010101 | 100111 | 1000001 |
Color Harmonies of #C98399
Complementary color
Monochromatic Colors of #C98399
Black with #C98399
Text Example
Text Example
White with #C98399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98399; }
p { color: rgb(201,131,153); }
H1.HeaderClassName
{
color: #C98399;
}
.AnyTagClassName
{
color: #C98399;
}
</style>
background-color css
<style>
a { background-color: #C98399; }
a { background-color: rgb(201,131,153); }
div.DivClassName
{
background-color: #C98399;
}
.BgClassName
{
background-color: #C98399;
}
</style>
border-color css
<style>
span { border-color: #C98399; }
span { border-color: rgb(201,131,153); }
td.TdClassName
{
border-color: #C98399;
}
.TagClassName
{
border-color: #C98399;
}
</style>