Shades of Charm #C5697E
Tints of Charm #C5697E
RGB
CMYK
RGB Variations
Color information
#C5697E (or 0xC5697E) is known color: Charm. HEX triplet: C5, 69 and 7E. RGB value is (197,105,126). Sum of RGB (Red+Green+Blue) = 197+105+126=428 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.03% from 428); Green value is 105 (41.41% from 255 or 24.53% from 428); Blue value is 126 (49.61% from 255 or 29.44% from 428); Max value from RGB is 197 - color contains mainly: red. Hex color #C5697E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5697E is #3A9681. Grayscale: #868686. Windows color (decimal): -3839618 or 8284613. OLE color: 8284613.
HSL color Cylindrical-coordinate representation of color #C5697E: hue angle of 346.3º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C5697E is Cyan = 0, Magento = 0.47, Yellow = 0.36 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 105 | 126 | - |
| CMYK | 0 | 0.47 | 0.36 | 0.23 |
| HSL | 346.3º | 0.44% | 0.59% | - |
| HSV(B) | 346.3º | 0.47% | 0.77% | - |
| XYZ | 31.84 | 23.48 | 22.59 | - |
| YUV | 134.9 | 122.98 | 172.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 105 | 126 | 0 | 0.47 | 0.36 | 0.23 | 346.3 | 0.44 | 0.59 |
| Hex | C5 | 69 | 7E | 0 | 2F | 24 | 17 | 15A | 2C | 3B |
| Octal | 305 | 151 | 176 | 0 | 57 | 44 | 27 | 532 | 54 | 73 |
| Binary | 11000101 | 1101001 | 1111110 | 0 | 101111 | 100100 | 10111 | 101011010 | 101100 | 111011 |
Color Harmonies of #C5697E
Complementary color
Monochromatic Colors of #C5697E
Black with #C5697E
Text Example
Text Example
White with #C5697E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5697E; }
p { color: rgb(197,105,126); }
H1.HeaderClassName
{
color: #C5697E;
}
.AnyTagClassName
{
color: #C5697E;
}
</style>
background-color css
<style>
a { background-color: #C5697E; }
a { background-color: rgb(197,105,126); }
div.DivClassName
{
background-color: #C5697E;
}
.BgClassName
{
background-color: #C5697E;
}
</style>
border-color css
<style>
span { border-color: #C5697E; }
span { border-color: rgb(197,105,126); }
td.TdClassName
{
border-color: #C5697E;
}
.TagClassName
{
border-color: #C5697E;
}
</style>