Shades of Puce #C98794
Tints of Puce #C98794
RGB
CMYK
RGB Variations
Color information
#C98794 (or 0xC98794) is known color: Puce. HEX triplet: C9, 87 and 94. RGB value is (201,135,148). Sum of RGB (Red+Green+Blue) = 201+135+148=484 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.53% from 484); Green value is 135 (53.12% from 255 or 27.89% from 484); Blue value is 148 (58.20% from 255 or 30.58% from 484); Max value from RGB is 201 - color contains mainly: red. Hex color #C98794 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C98794 is #36786B. Grayscale: #9C9C9C. Windows color (decimal): -3569772 or 9734089. OLE color: 9734089.
HSL color Cylindrical-coordinate representation of color #C98794: hue angle of 348.18º 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 #C98794 is Cyan = 0, Magento = 0.33, Yellow = 0.26 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 135 | 148 | - |
| CMYK | 0 | 0.33 | 0.26 | 0.21 |
| HSL | 348.18º | 0.38% | 0.66% | - |
| HSV(B) | 348.18º | 0.33% | 0.79% | - |
| XYZ | 38.1 | 31.88 | 32.16 | - |
| YUV | 156.22 | 123.37 | 159.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 135 | 148 | 0 | 0.33 | 0.26 | 0.21 | 348.18 | 0.38 | 0.66 |
| Hex | C9 | 87 | 94 | 0 | 21 | 1A | 15 | 15C | 26 | 42 |
| Octal | 311 | 207 | 224 | 0 | 41 | 32 | 25 | 534 | 46 | 102 |
| Binary | 11001001 | 10000111 | 10010100 | 0 | 100001 | 11010 | 10101 | 101011100 | 100110 | 1000010 |
Color Harmonies of #C98794
Complementary color
Monochromatic Colors of #C98794
Black with #C98794
Text Example
Text Example
White with #C98794
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98794; }
p { color: rgb(201,135,148); }
H1.HeaderClassName
{
color: #C98794;
}
.AnyTagClassName
{
color: #C98794;
}
</style>
background-color css
<style>
a { background-color: #C98794; }
a { background-color: rgb(201,135,148); }
div.DivClassName
{
background-color: #C98794;
}
.BgClassName
{
background-color: #C98794;
}
</style>
border-color css
<style>
span { border-color: #C98794; }
span { border-color: rgb(201,135,148); }
td.TdClassName
{
border-color: #C98794;
}
.TagClassName
{
border-color: #C98794;
}
</style>