Shades of Puce #C98394
Tints of Puce #C98394
RGB
CMYK
RGB Variations
Color information
#C98394 (or 0xC98394) is known color: Puce. HEX triplet: C9, 83 and 94. RGB value is (201,131,148). Sum of RGB (Red+Green+Blue) = 201+131+148=480 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.88% from 480); Green value is 131 (51.56% from 255 or 27.29% from 480); Blue value is 148 (58.20% from 255 or 30.83% from 480); Max value from RGB is 201 - color contains mainly: red. Hex color #C98394 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C98394 is #367C6B. Grayscale: #999999. Windows color (decimal): -3570796 or 9733065. OLE color: 9733065.
HSL color Cylindrical-coordinate representation of color #C98394: hue angle of 345.43º 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 #C98394 is Cyan = 0, Magento = 0.35, Yellow = 0.26 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 131 | 148 | - |
| CMYK | 0 | 0.35 | 0.26 | 0.21 |
| HSL | 345.43º | 0.39% | 0.65% | - |
| HSV(B) | 345.43º | 0.35% | 0.79% | - |
| XYZ | 37.55 | 30.79 | 31.98 | - |
| YUV | 153.87 | 124.69 | 161.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 131 | 148 | 0 | 0.35 | 0.26 | 0.21 | 345.43 | 0.39 | 0.65 |
| Hex | C9 | 83 | 94 | 0 | 23 | 1A | 15 | 159 | 27 | 41 |
| Octal | 311 | 203 | 224 | 0 | 43 | 32 | 25 | 531 | 47 | 101 |
| Binary | 11001001 | 10000011 | 10010100 | 0 | 100011 | 11010 | 10101 | 101011001 | 100111 | 1000001 |
Color Harmonies of #C98394
Complementary color
Monochromatic Colors of #C98394
Black with #C98394
Text Example
Text Example
White with #C98394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98394; }
p { color: rgb(201,131,148); }
H1.HeaderClassName
{
color: #C98394;
}
.AnyTagClassName
{
color: #C98394;
}
</style>
background-color css
<style>
a { background-color: #C98394; }
a { background-color: rgb(201,131,148); }
div.DivClassName
{
background-color: #C98394;
}
.BgClassName
{
background-color: #C98394;
}
</style>
border-color css
<style>
span { border-color: #C98394; }
span { border-color: rgb(201,131,148); }
td.TdClassName
{
border-color: #C98394;
}
.TagClassName
{
border-color: #C98394;
}
</style>