Shades of Puce #C98799
Tints of Puce #C98799
RGB
CMYK
RGB Variations
Color information
#C98799 (or 0xC98799) is known color: Puce. HEX triplet: C9, 87 and 99. RGB value is (201,135,153). Sum of RGB (Red+Green+Blue) = 201+135+153=489 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.10% from 489); Green value is 135 (53.12% from 255 or 27.61% from 489); Blue value is 153 (60.16% from 255 or 31.29% from 489); Max value from RGB is 201 - color contains mainly: red. Hex color #C98799 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C98799 is #367866. Grayscale: #9C9C9C. Windows color (decimal): -3569767 or 10061769. OLE color: 10061769.
HSL color Cylindrical-coordinate representation of color #C98799: hue angle of 343.64º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C98799 is Cyan = 0, Magento = 0.33, Yellow = 0.24 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 135 | 153 | - |
| CMYK | 0 | 0.33 | 0.24 | 0.21 |
| HSL | 343.64º | 0.38% | 0.66% | - |
| HSV(B) | 343.64º | 0.33% | 0.79% | - |
| XYZ | 38.5 | 32.05 | 34.29 | - |
| YUV | 156.79 | 125.87 | 159.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 135 | 153 | 0 | 0.33 | 0.24 | 0.21 | 343.64 | 0.38 | 0.66 |
| Hex | C9 | 87 | 99 | 0 | 21 | 18 | 15 | 158 | 26 | 42 |
| Octal | 311 | 207 | 231 | 0 | 41 | 30 | 25 | 530 | 46 | 102 |
| Binary | 11001001 | 10000111 | 10011001 | 0 | 100001 | 11000 | 10101 | 101011000 | 100110 | 1000010 |
Color Harmonies of #C98799
Complementary color
Monochromatic Colors of #C98799
Black with #C98799
Text Example
Text Example
White with #C98799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98799; }
p { color: rgb(201,135,153); }
H1.HeaderClassName
{
color: #C98799;
}
.AnyTagClassName
{
color: #C98799;
}
</style>
background-color css
<style>
a { background-color: #C98799; }
a { background-color: rgb(201,135,153); }
div.DivClassName
{
background-color: #C98799;
}
.BgClassName
{
background-color: #C98799;
}
</style>
border-color css
<style>
span { border-color: #C98799; }
span { border-color: rgb(201,135,153); }
td.TdClassName
{
border-color: #C98799;
}
.TagClassName
{
border-color: #C98799;
}
</style>