Shades of Charm #C5707A
Tints of Charm #C5707A
RGB
CMYK
RGB Variations
Color information
#C5707A (or 0xC5707A) is known color: Charm. HEX triplet: C5, 70 and 7A. RGB value is (197,112,122). Sum of RGB (Red+Green+Blue) = 197+112+122=431 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.71% from 431); Green value is 112 (44.14% from 255 or 25.99% from 431); Blue value is 122 (48.05% from 255 or 28.31% from 431); Max value from RGB is 197 - color contains mainly: red. Hex color #C5707A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5707A is #3A8F85. Grayscale: #8A8A8A. Windows color (decimal): -3837830 or 8024261. OLE color: 8024261.
HSL color Cylindrical-coordinate representation of color #C5707A: hue angle of 352.94º degrees, saturation: 0.42, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C5707A is Cyan = 0, Magento = 0.43, Yellow = 0.38 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 112 | 122 | - |
| CMYK | 0 | 0.43 | 0.38 | 0.23 |
| HSL | 352.94º | 0.42% | 0.61% | - |
| HSV(B) | 352.94º | 0.43% | 0.77% | - |
| XYZ | 32.33 | 24.86 | 21.51 | - |
| YUV | 138.56 | 118.66 | 169.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 112 | 122 | 0 | 0.43 | 0.38 | 0.23 | 352.94 | 0.42 | 0.61 |
| Hex | C5 | 70 | 7A | 0 | 2B | 26 | 17 | 161 | 2A | 3D |
| Octal | 305 | 160 | 172 | 0 | 53 | 46 | 27 | 541 | 52 | 75 |
| Binary | 11000101 | 1110000 | 1111010 | 0 | 101011 | 100110 | 10111 | 101100001 | 101010 | 111101 |
Color Harmonies of #C5707A
Complementary color
Monochromatic Colors of #C5707A
Black with #C5707A
Text Example
Text Example
White with #C5707A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5707A; }
p { color: rgb(197,112,122); }
H1.HeaderClassName
{
color: #C5707A;
}
.AnyTagClassName
{
color: #C5707A;
}
</style>
background-color css
<style>
a { background-color: #C5707A; }
a { background-color: rgb(197,112,122); }
div.DivClassName
{
background-color: #C5707A;
}
.BgClassName
{
background-color: #C5707A;
}
</style>
border-color css
<style>
span { border-color: #C5707A; }
span { border-color: rgb(197,112,122); }
td.TdClassName
{
border-color: #C5707A;
}
.TagClassName
{
border-color: #C5707A;
}
</style>