Shades of Charm #C5708B
Tints of Charm #C5708B
RGB
CMYK
RGB Variations
Color information
#C5708B (or 0xC5708B) is known color: Charm. HEX triplet: C5, 70 and 8B. RGB value is (197,112,139). Sum of RGB (Red+Green+Blue) = 197+112+139=448 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.97% from 448); Green value is 112 (44.14% from 255 or 25% from 448); Blue value is 139 (54.69% from 255 or 31.03% from 448); Max value from RGB is 197 - color contains mainly: red. Hex color #C5708B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C5708B is #3A8F74. Grayscale: #8C8C8C. Windows color (decimal): -3837813 or 9138373. OLE color: 9138373.
HSL color Cylindrical-coordinate representation of color #C5708B: hue angle of 340.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 #C5708B is Cyan = 0, Magento = 0.43, Yellow = 0.29 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 112 | 139 | - |
| CMYK | 0 | 0.43 | 0.29 | 0.23 |
| HSL | 340.94º | 0.42% | 0.61% | - |
| HSV(B) | 340.94º | 0.43% | 0.77% | - |
| XYZ | 33.48 | 25.32 | 27.55 | - |
| YUV | 140.49 | 127.16 | 168.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 112 | 139 | 0 | 0.43 | 0.29 | 0.23 | 340.94 | 0.42 | 0.61 |
| Hex | C5 | 70 | 8B | 0 | 2B | 1D | 17 | 155 | 2A | 3D |
| Octal | 305 | 160 | 213 | 0 | 53 | 35 | 27 | 525 | 52 | 75 |
| Binary | 11000101 | 1110000 | 10001011 | 0 | 101011 | 11101 | 10111 | 101010101 | 101010 | 111101 |
Color Harmonies of #C5708B
Complementary color
Monochromatic Colors of #C5708B
Black with #C5708B
Text Example
Text Example
White with #C5708B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5708B; }
p { color: rgb(197,112,139); }
H1.HeaderClassName
{
color: #C5708B;
}
.AnyTagClassName
{
color: #C5708B;
}
</style>
background-color css
<style>
a { background-color: #C5708B; }
a { background-color: rgb(197,112,139); }
div.DivClassName
{
background-color: #C5708B;
}
.BgClassName
{
background-color: #C5708B;
}
</style>
border-color css
<style>
span { border-color: #C5708B; }
span { border-color: rgb(197,112,139); }
td.TdClassName
{
border-color: #C5708B;
}
.TagClassName
{
border-color: #C5708B;
}
</style>