Shades of Charm #C57275
Tints of Charm #C57275
RGB
CMYK
RGB Variations
Color information
#C57275 (or 0xC57275) is known color: Charm. HEX triplet: C5, 72 and 75. RGB value is (197,114,117). Sum of RGB (Red+Green+Blue) = 197+114+117=428 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.03% from 428); Green value is 114 (44.92% from 255 or 26.64% from 428); Blue value is 117 (46.09% from 255 or 27.34% from 428); Max value from RGB is 197 - color contains mainly: red. Hex color #C57275 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C57275 is #3A8D8A. Grayscale: #8B8B8B. Windows color (decimal): -3837323 or 7697093. OLE color: 7697093.
HSL color Cylindrical-coordinate representation of color #C57275: hue angle of 357.83º degrees, saturation: 0.42, 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 #C57275 is Cyan = 0, Magento = 0.42, Yellow = 0.41 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 114 | 117 | - |
| CMYK | 0 | 0.42 | 0.41 | 0.23 |
| HSL | 357.83º | 0.42% | 0.61% | - |
| HSV(B) | 357.83º | 0.42% | 0.77% | - |
| XYZ | 32.25 | 25.19 | 19.99 | - |
| YUV | 139.16 | 115.5 | 169.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 114 | 117 | 0 | 0.42 | 0.41 | 0.23 | 357.83 | 0.42 | 0.61 |
| Hex | C5 | 72 | 75 | 0 | 2A | 29 | 17 | 166 | 2A | 3D |
| Octal | 305 | 162 | 165 | 0 | 52 | 51 | 27 | 546 | 52 | 75 |
| Binary | 11000101 | 1110010 | 1110101 | 0 | 101010 | 101001 | 10111 | 101100110 | 101010 | 111101 |
Color Harmonies of #C57275
Complementary color
Monochromatic Colors of #C57275
Black with #C57275
Text Example
Text Example
White with #C57275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57275; }
p { color: rgb(197,114,117); }
H1.HeaderClassName
{
color: #C57275;
}
.AnyTagClassName
{
color: #C57275;
}
</style>
background-color css
<style>
a { background-color: #C57275; }
a { background-color: rgb(197,114,117); }
div.DivClassName
{
background-color: #C57275;
}
.BgClassName
{
background-color: #C57275;
}
</style>
border-color css
<style>
span { border-color: #C57275; }
span { border-color: rgb(197,114,117); }
td.TdClassName
{
border-color: #C57275;
}
.TagClassName
{
border-color: #C57275;
}
</style>