Shades of Puce #C98396
Tints of Puce #C98396
RGB
CMYK
RGB Variations
Color information
#C98396 (or 0xC98396) is known color: Puce. HEX triplet: C9, 83 and 96. RGB value is (201,131,150). Sum of RGB (Red+Green+Blue) = 201+131+150=482 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.70% from 482); Green value is 131 (51.56% from 255 or 27.18% from 482); Blue value is 150 (58.98% from 255 or 31.12% from 482); Max value from RGB is 201 - color contains mainly: red. Hex color #C98396 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C98396 is #367C69. Grayscale: #9A9A9A. Windows color (decimal): -3570794 or 9864137. OLE color: 9864137.
HSL color Cylindrical-coordinate representation of color #C98396: hue angle of 343.71º 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 #C98396 is Cyan = 0, Magento = 0.35, Yellow = 0.25 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 131 | 150 | - |
| CMYK | 0 | 0.35 | 0.25 | 0.21 |
| HSL | 343.71º | 0.39% | 0.65% | - |
| HSV(B) | 343.71º | 0.35% | 0.79% | - |
| XYZ | 37.71 | 30.85 | 32.82 | - |
| YUV | 154.1 | 125.69 | 161.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 131 | 150 | 0 | 0.35 | 0.25 | 0.21 | 343.71 | 0.39 | 0.65 |
| Hex | C9 | 83 | 96 | 0 | 23 | 19 | 15 | 158 | 27 | 41 |
| Octal | 311 | 203 | 226 | 0 | 43 | 31 | 25 | 530 | 47 | 101 |
| Binary | 11001001 | 10000011 | 10010110 | 0 | 100011 | 11001 | 10101 | 101011000 | 100111 | 1000001 |
Color Harmonies of #C98396
Complementary color
Monochromatic Colors of #C98396
Black with #C98396
Text Example
Text Example
White with #C98396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98396; }
p { color: rgb(201,131,150); }
H1.HeaderClassName
{
color: #C98396;
}
.AnyTagClassName
{
color: #C98396;
}
</style>
background-color css
<style>
a { background-color: #C98396; }
a { background-color: rgb(201,131,150); }
div.DivClassName
{
background-color: #C98396;
}
.BgClassName
{
background-color: #C98396;
}
</style>
border-color css
<style>
span { border-color: #C98396; }
span { border-color: rgb(201,131,150); }
td.TdClassName
{
border-color: #C98396;
}
.TagClassName
{
border-color: #C98396;
}
</style>