Shades of Puce #C58A92
Tints of Puce #C58A92
RGB
CMYK
RGB Variations
Color information
#C58A92 (or 0xC58A92) is known color: Puce. HEX triplet: C5, 8A and 92. RGB value is (197,138,146). Sum of RGB (Red+Green+Blue) = 197+138+146=481 (63% of max value = 765). Red value is 197 (77.34% from 255 or 40.96% from 481); Green value is 138 (54.30% from 255 or 28.69% from 481); Blue value is 146 (57.42% from 255 or 30.35% from 481); Max value from RGB is 197 - color contains mainly: red. Hex color #C58A92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C58A92 is #3A756D. Grayscale: #9C9C9C. Windows color (decimal): -3831150 or 9603781. OLE color: 9603781.
HSL color Cylindrical-coordinate representation of color #C58A92: hue angle of 351.86º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C58A92 is Cyan = 0, Magento = 0.30, Yellow = 0.26 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 138 | 146 | - |
| CMYK | 0 | 0.30 | 0.26 | 0.23 |
| HSL | 351.86º | 0.34% | 0.66% | - |
| HSV(B) | 351.86º | 0.3% | 0.77% | - |
| XYZ | 37.3 | 32.12 | 31.43 | - |
| YUV | 156.55 | 122.05 | 156.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 138 | 146 | 0 | 0.30 | 0.26 | 0.23 | 351.86 | 0.34 | 0.66 |
| Hex | C5 | 8A | 92 | 0 | 1E | 1A | 17 | 160 | 22 | 42 |
| Octal | 305 | 212 | 222 | 0 | 36 | 32 | 27 | 540 | 42 | 102 |
| Binary | 11000101 | 10001010 | 10010010 | 0 | 11110 | 11010 | 10111 | 101100000 | 100010 | 1000010 |
Color Harmonies of #C58A92
Complementary color
Monochromatic Colors of #C58A92
Black with #C58A92
Text Example
Text Example
White with #C58A92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58A92; }
p { color: rgb(197,138,146); }
H1.HeaderClassName
{
color: #C58A92;
}
.AnyTagClassName
{
color: #C58A92;
}
</style>
background-color css
<style>
a { background-color: #C58A92; }
a { background-color: rgb(197,138,146); }
div.DivClassName
{
background-color: #C58A92;
}
.BgClassName
{
background-color: #C58A92;
}
</style>
border-color css
<style>
span { border-color: #C58A92; }
span { border-color: rgb(197,138,146); }
td.TdClassName
{
border-color: #C58A92;
}
.TagClassName
{
border-color: #C58A92;
}
</style>