Shades of Charm #C57383
Tints of Charm #C57383
RGB
CMYK
RGB Variations
Color information
#C57383 (or 0xC57383) is known color: Charm. HEX triplet: C5, 73 and 83. RGB value is (197,115,131). Sum of RGB (Red+Green+Blue) = 197+115+131=443 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.47% from 443); Green value is 115 (45.31% from 255 or 25.96% from 443); Blue value is 131 (51.56% from 255 or 29.57% from 443); Max value from RGB is 197 - color contains mainly: red. Hex color #C57383 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C57383 is #3A8C7C. Grayscale: #8D8D8D. Windows color (decimal): -3837053 or 8614853. OLE color: 8614853.
HSL color Cylindrical-coordinate representation of color #C57383: hue angle of 348.29º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C57383 is Cyan = 0, Magento = 0.42, Yellow = 0.34 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 115 | 131 | - |
| CMYK | 0 | 0.42 | 0.34 | 0.23 |
| HSL | 348.29º | 0.41% | 0.61% | - |
| HSV(B) | 348.29º | 0.42% | 0.77% | - |
| XYZ | 33.25 | 25.77 | 24.69 | - |
| YUV | 141.34 | 122.17 | 167.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 115 | 131 | 0 | 0.42 | 0.34 | 0.23 | 348.29 | 0.41 | 0.61 |
| Hex | C5 | 73 | 83 | 0 | 2A | 22 | 17 | 15C | 29 | 3D |
| Octal | 305 | 163 | 203 | 0 | 52 | 42 | 27 | 534 | 51 | 75 |
| Binary | 11000101 | 1110011 | 10000011 | 0 | 101010 | 100010 | 10111 | 101011100 | 101001 | 111101 |
Color Harmonies of #C57383
Complementary color
Monochromatic Colors of #C57383
Black with #C57383
Text Example
Text Example
White with #C57383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57383; }
p { color: rgb(197,115,131); }
H1.HeaderClassName
{
color: #C57383;
}
.AnyTagClassName
{
color: #C57383;
}
</style>
background-color css
<style>
a { background-color: #C57383; }
a { background-color: rgb(197,115,131); }
div.DivClassName
{
background-color: #C57383;
}
.BgClassName
{
background-color: #C57383;
}
</style>
border-color css
<style>
span { border-color: #C57383; }
span { border-color: rgb(197,115,131); }
td.TdClassName
{
border-color: #C57383;
}
.TagClassName
{
border-color: #C57383;
}
</style>