Shades of Puce #C58A93
Tints of Puce #C58A93
RGB
CMYK
RGB Variations
Color information
#C58A93 (or 0xC58A93) is known color: Puce. HEX triplet: C5, 8A and 93. RGB value is (197,138,147). Sum of RGB (Red+Green+Blue) = 197+138+147=482 (63% of max value = 765). Red value is 197 (77.34% from 255 or 40.87% from 482); Green value is 138 (54.30% from 255 or 28.63% from 482); Blue value is 147 (57.81% from 255 or 30.50% from 482); Max value from RGB is 197 - color contains mainly: red. Hex color #C58A93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C58A93 is #3A756C. Grayscale: #9C9C9C. Windows color (decimal): -3831149 or 9669317. OLE color: 9669317.
HSL color Cylindrical-coordinate representation of color #C58A93: hue angle of 350.85º 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 #C58A93 is Cyan = 0, Magento = 0.30, Yellow = 0.25 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 138 | 147 | - |
| CMYK | 0 | 0.30 | 0.25 | 0.23 |
| HSL | 350.85º | 0.34% | 0.66% | - |
| HSV(B) | 350.85º | 0.3% | 0.77% | - |
| XYZ | 37.38 | 32.15 | 31.84 | - |
| YUV | 156.67 | 122.55 | 156.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 138 | 147 | 0 | 0.30 | 0.25 | 0.23 | 350.85 | 0.34 | 0.66 |
| Hex | C5 | 8A | 93 | 0 | 1E | 19 | 17 | 15F | 22 | 42 |
| Octal | 305 | 212 | 223 | 0 | 36 | 31 | 27 | 537 | 42 | 102 |
| Binary | 11000101 | 10001010 | 10010011 | 0 | 11110 | 11001 | 10111 | 101011111 | 100010 | 1000010 |
Color Harmonies of #C58A93
Complementary color
Monochromatic Colors of #C58A93
Black with #C58A93
Text Example
Text Example
White with #C58A93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58A93; }
p { color: rgb(197,138,147); }
H1.HeaderClassName
{
color: #C58A93;
}
.AnyTagClassName
{
color: #C58A93;
}
</style>
background-color css
<style>
a { background-color: #C58A93; }
a { background-color: rgb(197,138,147); }
div.DivClassName
{
background-color: #C58A93;
}
.BgClassName
{
background-color: #C58A93;
}
</style>
border-color css
<style>
span { border-color: #C58A93; }
span { border-color: rgb(197,138,147); }
td.TdClassName
{
border-color: #C58A93;
}
.TagClassName
{
border-color: #C58A93;
}
</style>