Shades of Charm #C57378
Tints of Charm #C57378
RGB
CMYK
RGB Variations
Color information
#C57378 (or 0xC57378) is known color: Charm. HEX triplet: C5, 73 and 78. RGB value is (197,115,120). Sum of RGB (Red+Green+Blue) = 197+115+120=432 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.60% from 432); Green value is 115 (45.31% from 255 or 26.62% from 432); Blue value is 120 (47.27% from 255 or 27.78% from 432); Max value from RGB is 197 - color contains mainly: red. Hex color #C57378 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C57378 is #3A8C87. Grayscale: #8C8C8C. Windows color (decimal): -3837064 or 7893957. OLE color: 7893957.
HSL color Cylindrical-coordinate representation of color #C57378: hue angle of 356.34º 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 #C57378 is Cyan = 0, Magento = 0.42, Yellow = 0.39 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 115 | 120 | - |
| CMYK | 0 | 0.42 | 0.39 | 0.23 |
| HSL | 356.34º | 0.41% | 0.61% | - |
| HSV(B) | 356.34º | 0.42% | 0.77% | - |
| XYZ | 32.55 | 25.49 | 20.97 | - |
| YUV | 140.09 | 116.67 | 168.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 115 | 120 | 0 | 0.42 | 0.39 | 0.23 | 356.34 | 0.41 | 0.61 |
| Hex | C5 | 73 | 78 | 0 | 2A | 27 | 17 | 164 | 29 | 3D |
| Octal | 305 | 163 | 170 | 0 | 52 | 47 | 27 | 544 | 51 | 75 |
| Binary | 11000101 | 1110011 | 1111000 | 0 | 101010 | 100111 | 10111 | 101100100 | 101001 | 111101 |
Color Harmonies of #C57378
Complementary color
Monochromatic Colors of #C57378
Black with #C57378
Text Example
Text Example
White with #C57378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57378; }
p { color: rgb(197,115,120); }
H1.HeaderClassName
{
color: #C57378;
}
.AnyTagClassName
{
color: #C57378;
}
</style>
background-color css
<style>
a { background-color: #C57378; }
a { background-color: rgb(197,115,120); }
div.DivClassName
{
background-color: #C57378;
}
.BgClassName
{
background-color: #C57378;
}
</style>
border-color css
<style>
span { border-color: #C57378; }
span { border-color: rgb(197,115,120); }
td.TdClassName
{
border-color: #C57378;
}
.TagClassName
{
border-color: #C57378;
}
</style>