Shades of Puce #C98796
Tints of Puce #C98796
RGB
CMYK
RGB Variations
Color information
#C98796 (or 0xC98796) is known color: Puce. HEX triplet: C9, 87 and 96. RGB value is (201,135,150). Sum of RGB (Red+Green+Blue) = 201+135+150=486 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.36% from 486); Green value is 135 (53.12% from 255 or 27.78% from 486); Blue value is 150 (58.98% from 255 or 30.86% from 486); Max value from RGB is 201 - color contains mainly: red. Hex color #C98796 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C98796 is #367869. Grayscale: #9C9C9C. Windows color (decimal): -3569770 or 9865161. OLE color: 9865161.
HSL color Cylindrical-coordinate representation of color #C98796: hue angle of 346.36º 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 #C98796 is Cyan = 0, Magento = 0.33, Yellow = 0.25 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 135 | 150 | - |
| CMYK | 0 | 0.33 | 0.25 | 0.21 |
| HSL | 346.36º | 0.38% | 0.66% | - |
| HSV(B) | 346.36º | 0.33% | 0.79% | - |
| XYZ | 38.26 | 31.95 | 33 | - |
| YUV | 156.44 | 124.37 | 159.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 135 | 150 | 0 | 0.33 | 0.25 | 0.21 | 346.36 | 0.38 | 0.66 |
| Hex | C9 | 87 | 96 | 0 | 21 | 19 | 15 | 15A | 26 | 42 |
| Octal | 311 | 207 | 226 | 0 | 41 | 31 | 25 | 532 | 46 | 102 |
| Binary | 11001001 | 10000111 | 10010110 | 0 | 100001 | 11001 | 10101 | 101011010 | 100110 | 1000010 |
Color Harmonies of #C98796
Complementary color
Monochromatic Colors of #C98796
Black with #C98796
Text Example
Text Example
White with #C98796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98796; }
p { color: rgb(201,135,150); }
H1.HeaderClassName
{
color: #C98796;
}
.AnyTagClassName
{
color: #C98796;
}
</style>
background-color css
<style>
a { background-color: #C98796; }
a { background-color: rgb(201,135,150); }
div.DivClassName
{
background-color: #C98796;
}
.BgClassName
{
background-color: #C98796;
}
</style>
border-color css
<style>
span { border-color: #C98796; }
span { border-color: rgb(201,135,150); }
td.TdClassName
{
border-color: #C98796;
}
.TagClassName
{
border-color: #C98796;
}
</style>