Shades of Puce #C98595
Tints of Puce #C98595
RGB
CMYK
RGB Variations
Color information
#C98595 (or 0xC98595) is known color: Puce. HEX triplet: C9, 85 and 95. RGB value is (201,133,149). Sum of RGB (Red+Green+Blue) = 201+133+149=483 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.61% from 483); Green value is 133 (52.34% from 255 or 27.54% from 483); Blue value is 149 (58.59% from 255 or 30.85% from 483); Max value from RGB is 201 - color contains mainly: red. Hex color #C98595 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C98595 is #367A6A. Grayscale: #9B9B9B. Windows color (decimal): -3570283 or 9799113. OLE color: 9799113.
HSL color Cylindrical-coordinate representation of color #C98595: hue angle of 345.88º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C98595 is Cyan = 0, Magento = 0.34, Yellow = 0.26 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 133 | 149 | - |
| CMYK | 0 | 0.34 | 0.26 | 0.21 |
| HSL | 345.88º | 0.39% | 0.65% | - |
| HSV(B) | 345.88º | 0.34% | 0.79% | - |
| XYZ | 37.9 | 31.36 | 32.49 | - |
| YUV | 155.16 | 124.53 | 160.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 133 | 149 | 0 | 0.34 | 0.26 | 0.21 | 345.88 | 0.39 | 0.65 |
| Hex | C9 | 85 | 95 | 0 | 22 | 1A | 15 | 15A | 27 | 41 |
| Octal | 311 | 205 | 225 | 0 | 42 | 32 | 25 | 532 | 47 | 101 |
| Binary | 11001001 | 10000101 | 10010101 | 0 | 100010 | 11010 | 10101 | 101011010 | 100111 | 1000001 |
Color Harmonies of #C98595
Complementary color
Monochromatic Colors of #C98595
Black with #C98595
Text Example
Text Example
White with #C98595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98595; }
p { color: rgb(201,133,149); }
H1.HeaderClassName
{
color: #C98595;
}
.AnyTagClassName
{
color: #C98595;
}
</style>
background-color css
<style>
a { background-color: #C98595; }
a { background-color: rgb(201,133,149); }
div.DivClassName
{
background-color: #C98595;
}
.BgClassName
{
background-color: #C98595;
}
</style>
border-color css
<style>
span { border-color: #C98595; }
span { border-color: rgb(201,133,149); }
td.TdClassName
{
border-color: #C98595;
}
.TagClassName
{
border-color: #C98595;
}
</style>