Shades of Charm #C58385
Tints of Charm #C58385
RGB
CMYK
RGB Variations
Color information
#C58385 (or 0xC58385) is known color: Charm. HEX triplet: C5, 83 and 85. RGB value is (197,131,133). Sum of RGB (Red+Green+Blue) = 197+131+133=461 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.73% from 461); Green value is 131 (51.56% from 255 or 28.42% from 461); Blue value is 133 (52.34% from 255 or 28.85% from 461); Max value from RGB is 197 - color contains mainly: red. Hex color #C58385 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C58385 is #3A7C7A. Grayscale: #979797. Windows color (decimal): -3832955 or 8750021. OLE color: 8750021.
HSL color Cylindrical-coordinate representation of color #C58385: hue angle of 358.18º degrees, saturation: 0.36, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C58385 is Cyan = 0, Magento = 0.34, Yellow = 0.32 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 131 | 133 | - |
| CMYK | 0 | 0.34 | 0.32 | 0.23 |
| HSL | 358.18º | 0.36% | 0.64% | - |
| HSV(B) | 358.18º | 0.34% | 0.77% | - |
| XYZ | 35.38 | 29.8 | 26.08 | - |
| YUV | 150.96 | 117.87 | 160.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 131 | 133 | 0 | 0.34 | 0.32 | 0.23 | 358.18 | 0.36 | 0.64 |
| Hex | C5 | 83 | 85 | 0 | 22 | 20 | 17 | 166 | 24 | 40 |
| Octal | 305 | 203 | 205 | 0 | 42 | 40 | 27 | 546 | 44 | 100 |
| Binary | 11000101 | 10000011 | 10000101 | 0 | 100010 | 100000 | 10111 | 101100110 | 100100 | 1000000 |
Color Harmonies of #C58385
Complementary color
Monochromatic Colors of #C58385
Black with #C58385
Text Example
Text Example
White with #C58385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58385; }
p { color: rgb(197,131,133); }
H1.HeaderClassName
{
color: #C58385;
}
.AnyTagClassName
{
color: #C58385;
}
</style>
background-color css
<style>
a { background-color: #C58385; }
a { background-color: rgb(197,131,133); }
div.DivClassName
{
background-color: #C58385;
}
.BgClassName
{
background-color: #C58385;
}
</style>
border-color css
<style>
span { border-color: #C58385; }
span { border-color: rgb(197,131,133); }
td.TdClassName
{
border-color: #C58385;
}
.TagClassName
{
border-color: #C58385;
}
</style>