Shades of Puce #C98293
Tints of Puce #C98293
RGB
CMYK
RGB Variations
Color information
#C98293 (or 0xC98293) is known color: Puce. HEX triplet: C9, 82 and 93. RGB value is (201,130,147). Sum of RGB (Red+Green+Blue) = 201+130+147=478 (63% of max value = 765). Red value is 201 (78.91% from 255 or 42.05% from 478); Green value is 130 (51.17% from 255 or 27.20% from 478); Blue value is 147 (57.81% from 255 or 30.75% from 478); Max value from RGB is 201 - color contains mainly: red. Hex color #C98293 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C98293 is #367D6C. Grayscale: #999999. Windows color (decimal): -3571053 or 9667273. OLE color: 9667273.
HSL color Cylindrical-coordinate representation of color #C98293: hue angle of 345.63º degrees, saturation: 0.4, 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 #C98293 is Cyan = 0, Magento = 0.35, Yellow = 0.27 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 130 | 147 | - |
| CMYK | 0 | 0.35 | 0.27 | 0.21 |
| HSL | 345.63º | 0.4% | 0.65% | - |
| HSV(B) | 345.63º | 0.35% | 0.79% | - |
| XYZ | 37.34 | 30.49 | 31.52 | - |
| YUV | 153.17 | 124.52 | 162.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 130 | 147 | 0 | 0.35 | 0.27 | 0.21 | 345.63 | 0.4 | 0.65 |
| Hex | C9 | 82 | 93 | 0 | 23 | 1B | 15 | 15A | 28 | 41 |
| Octal | 311 | 202 | 223 | 0 | 43 | 33 | 25 | 532 | 50 | 101 |
| Binary | 11001001 | 10000010 | 10010011 | 0 | 100011 | 11011 | 10101 | 101011010 | 101000 | 1000001 |
Color Harmonies of #C98293
Complementary color
Monochromatic Colors of #C98293
Black with #C98293
Text Example
Text Example
White with #C98293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98293; }
p { color: rgb(201,130,147); }
H1.HeaderClassName
{
color: #C98293;
}
.AnyTagClassName
{
color: #C98293;
}
</style>
background-color css
<style>
a { background-color: #C98293; }
a { background-color: rgb(201,130,147); }
div.DivClassName
{
background-color: #C98293;
}
.BgClassName
{
background-color: #C98293;
}
</style>
border-color css
<style>
span { border-color: #C98293; }
span { border-color: rgb(201,130,147); }
td.TdClassName
{
border-color: #C98293;
}
.TagClassName
{
border-color: #C98293;
}
</style>