Shades of Puce #C58198
Tints of Puce #C58198
RGB
CMYK
RGB Variations
Color information
#C58198 (or 0xC58198) is known color: Puce. HEX triplet: C5, 81 and 98. RGB value is (197,129,152). Sum of RGB (Red+Green+Blue) = 197+129+152=478 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.21% from 478); Green value is 129 (50.78% from 255 or 26.99% from 478); Blue value is 152 (59.77% from 255 or 31.80% from 478); Max value from RGB is 197 - color contains mainly: red. Hex color #C58198 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C58198 is #3A7E67. Grayscale: #979797. Windows color (decimal): -3833448 or 9994693. OLE color: 9994693.
HSL color Cylindrical-coordinate representation of color #C58198: hue angle of 339.71º degrees, saturation: 0.37, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C58198 is Cyan = 0, Magento = 0.35, Yellow = 0.23 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 129 | 152 | - |
| CMYK | 0 | 0.35 | 0.23 | 0.23 |
| HSL | 339.71º | 0.37% | 0.64% | - |
| HSV(B) | 339.71º | 0.35% | 0.77% | - |
| XYZ | 36.54 | 29.84 | 33.54 | - |
| YUV | 151.95 | 128.03 | 160.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 129 | 152 | 0 | 0.35 | 0.23 | 0.23 | 339.71 | 0.37 | 0.64 |
| Hex | C5 | 81 | 98 | 0 | 23 | 17 | 17 | 154 | 25 | 40 |
| Octal | 305 | 201 | 230 | 0 | 43 | 27 | 27 | 524 | 45 | 100 |
| Binary | 11000101 | 10000001 | 10011000 | 0 | 100011 | 10111 | 10111 | 101010100 | 100101 | 1000000 |
Color Harmonies of #C58198
Complementary color
Monochromatic Colors of #C58198
Black with #C58198
Text Example
Text Example
White with #C58198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58198; }
p { color: rgb(197,129,152); }
H1.HeaderClassName
{
color: #C58198;
}
.AnyTagClassName
{
color: #C58198;
}
</style>
background-color css
<style>
a { background-color: #C58198; }
a { background-color: rgb(197,129,152); }
div.DivClassName
{
background-color: #C58198;
}
.BgClassName
{
background-color: #C58198;
}
</style>
border-color css
<style>
span { border-color: #C58198; }
span { border-color: rgb(197,129,152); }
td.TdClassName
{
border-color: #C58198;
}
.TagClassName
{
border-color: #C58198;
}
</style>