Shades of Charm #C58283
Tints of Charm #C58283
RGB
CMYK
RGB Variations
Color information
#C58283 (or 0xC58283) is known color: Charm. HEX triplet: C5, 82 and 83. RGB value is (197,130,131). Sum of RGB (Red+Green+Blue) = 197+130+131=458 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.01% from 458); Green value is 130 (51.17% from 255 or 28.38% from 458); Blue value is 131 (51.56% from 255 or 28.60% from 458); Max value from RGB is 197 - color contains mainly: red. Hex color #C58283 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C58283 is #3A7D7C. Grayscale: #969696. Windows color (decimal): -3833213 or 8618693. OLE color: 8618693.
HSL color Cylindrical-coordinate representation of color #C58283: hue angle of 359.1º degrees, saturation: 0.37, 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 #C58283 is Cyan = 0, Magento = 0.34, Yellow = 0.34 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 130 | 131 | - |
| CMYK | 0 | 0.34 | 0.34 | 0.23 |
| HSL | 359.1º | 0.37% | 0.64% | - |
| HSV(B) | 359.1º | 0.34% | 0.77% | - |
| XYZ | 35.11 | 29.47 | 25.31 | - |
| YUV | 150.15 | 117.2 | 161.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 130 | 131 | 0 | 0.34 | 0.34 | 0.23 | 359.1 | 0.37 | 0.64 |
| Hex | C5 | 82 | 83 | 0 | 22 | 22 | 17 | 167 | 25 | 40 |
| Octal | 305 | 202 | 203 | 0 | 42 | 42 | 27 | 547 | 45 | 100 |
| Binary | 11000101 | 10000010 | 10000011 | 0 | 100010 | 100010 | 10111 | 101100111 | 100101 | 1000000 |
Color Harmonies of #C58283
Complementary color
Monochromatic Colors of #C58283
Black with #C58283
Text Example
Text Example
White with #C58283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58283; }
p { color: rgb(197,130,131); }
H1.HeaderClassName
{
color: #C58283;
}
.AnyTagClassName
{
color: #C58283;
}
</style>
background-color css
<style>
a { background-color: #C58283; }
a { background-color: rgb(197,130,131); }
div.DivClassName
{
background-color: #C58283;
}
.BgClassName
{
background-color: #C58283;
}
</style>
border-color css
<style>
span { border-color: #C58283; }
span { border-color: rgb(197,130,131); }
td.TdClassName
{
border-color: #C58283;
}
.TagClassName
{
border-color: #C58283;
}
</style>