Shades of Charm #C57982
Tints of Charm #C57982
RGB
CMYK
RGB Variations
Color information
#C57982 (or 0xC57982) is known color: Charm. HEX triplet: C5, 79 and 82. RGB value is (197,121,130). Sum of RGB (Red+Green+Blue) = 197+121+130=448 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.97% from 448); Green value is 121 (47.66% from 255 or 27.01% from 448); Blue value is 130 (51.17% from 255 or 29.02% from 448); Max value from RGB is 197 - color contains mainly: red. Hex color #C57982 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C57982 is #3A867D. Grayscale: #909090. Windows color (decimal): -3835518 or 8550853. OLE color: 8550853.
HSL color Cylindrical-coordinate representation of color #C57982: hue angle of 352.89º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C57982 is Cyan = 0, Magento = 0.39, Yellow = 0.34 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 121 | 130 | - |
| CMYK | 0 | 0.39 | 0.34 | 0.23 |
| HSL | 352.89º | 0.4% | 0.62% | - |
| HSV(B) | 352.89º | 0.39% | 0.77% | - |
| XYZ | 33.89 | 27.16 | 24.57 | - |
| YUV | 144.75 | 119.68 | 165.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 121 | 130 | 0 | 0.39 | 0.34 | 0.23 | 352.89 | 0.4 | 0.62 |
| Hex | C5 | 79 | 82 | 0 | 27 | 22 | 17 | 161 | 28 | 3E |
| Octal | 305 | 171 | 202 | 0 | 47 | 42 | 27 | 541 | 50 | 76 |
| Binary | 11000101 | 1111001 | 10000010 | 0 | 100111 | 100010 | 10111 | 101100001 | 101000 | 111110 |
Color Harmonies of #C57982
Complementary color
Monochromatic Colors of #C57982
Black with #C57982
Text Example
Text Example
White with #C57982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57982; }
p { color: rgb(197,121,130); }
H1.HeaderClassName
{
color: #C57982;
}
.AnyTagClassName
{
color: #C57982;
}
</style>
background-color css
<style>
a { background-color: #C57982; }
a { background-color: rgb(197,121,130); }
div.DivClassName
{
background-color: #C57982;
}
.BgClassName
{
background-color: #C57982;
}
</style>
border-color css
<style>
span { border-color: #C57982; }
span { border-color: rgb(197,121,130); }
td.TdClassName
{
border-color: #C57982;
}
.TagClassName
{
border-color: #C57982;
}
</style>