Shades of Charm #C58187
Tints of Charm #C58187
RGB
CMYK
RGB Variations
Color information
#C58187 (or 0xC58187) is known color: Charm. HEX triplet: C5, 81 and 87. RGB value is (197,129,135). Sum of RGB (Red+Green+Blue) = 197+129+135=461 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.73% from 461); Green value is 129 (50.78% from 255 or 27.98% from 461); Blue value is 135 (53.12% from 255 or 29.28% from 461); Max value from RGB is 197 - color contains mainly: red. Hex color #C58187 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C58187 is #3A7E78. Grayscale: #969696. Windows color (decimal): -3833465 or 8880581. OLE color: 8880581.
HSL color Cylindrical-coordinate representation of color #C58187: hue angle of 354.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 #C58187 is Cyan = 0, Magento = 0.35, Yellow = 0.31 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 129 | 135 | - |
| CMYK | 0 | 0.35 | 0.31 | 0.23 |
| HSL | 354.71º | 0.37% | 0.64% | - |
| HSV(B) | 354.71º | 0.35% | 0.77% | - |
| XYZ | 35.25 | 29.32 | 26.72 | - |
| YUV | 150.02 | 119.53 | 161.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 129 | 135 | 0 | 0.35 | 0.31 | 0.23 | 354.71 | 0.37 | 0.64 |
| Hex | C5 | 81 | 87 | 0 | 23 | 1F | 17 | 163 | 25 | 40 |
| Octal | 305 | 201 | 207 | 0 | 43 | 37 | 27 | 543 | 45 | 100 |
| Binary | 11000101 | 10000001 | 10000111 | 0 | 100011 | 11111 | 10111 | 101100011 | 100101 | 1000000 |
Color Harmonies of #C58187
Complementary color
Monochromatic Colors of #C58187
Black with #C58187
Text Example
Text Example
White with #C58187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58187; }
p { color: rgb(197,129,135); }
H1.HeaderClassName
{
color: #C58187;
}
.AnyTagClassName
{
color: #C58187;
}
</style>
background-color css
<style>
a { background-color: #C58187; }
a { background-color: rgb(197,129,135); }
div.DivClassName
{
background-color: #C58187;
}
.BgClassName
{
background-color: #C58187;
}
</style>
border-color css
<style>
span { border-color: #C58187; }
span { border-color: rgb(197,129,135); }
td.TdClassName
{
border-color: #C58187;
}
.TagClassName
{
border-color: #C58187;
}
</style>