Shades of Charm #C4707F
Tints of Charm #C4707F
RGB
CMYK
RGB Variations
Color information
#C4707F (or 0xC4707F) is known color: Charm. HEX triplet: C4, 70 and 7F. RGB value is (196,112,127). Sum of RGB (Red+Green+Blue) = 196+112+127=435 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.06% from 435); Green value is 112 (44.14% from 255 or 25.75% from 435); Blue value is 127 (50% from 255 or 29.20% from 435); Max value from RGB is 196 - color contains mainly: red. Hex color #C4707F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4707F is #3B8F80. Grayscale: #8A8A8A. Windows color (decimal): -3903361 or 8351940. OLE color: 8351940.
HSL color Cylindrical-coordinate representation of color #C4707F: hue angle of 349.29º degrees, saturation: 0.42, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C4707F is Cyan = 0, Magento = 0.43, Yellow = 0.35 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 112 | 127 | - |
| CMYK | 0 | 0.43 | 0.35 | 0.23 |
| HSL | 349.29º | 0.42% | 0.6% | - |
| HSV(B) | 349.29º | 0.43% | 0.77% | - |
| XYZ | 32.39 | 24.86 | 23.17 | - |
| YUV | 138.83 | 121.33 | 168.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 112 | 127 | 0 | 0.43 | 0.35 | 0.23 | 349.29 | 0.42 | 0.6 |
| Hex | C4 | 70 | 7F | 0 | 2B | 23 | 17 | 15D | 2A | 3C |
| Octal | 304 | 160 | 177 | 0 | 53 | 43 | 27 | 535 | 52 | 74 |
| Binary | 11000100 | 1110000 | 1111111 | 0 | 101011 | 100011 | 10111 | 101011101 | 101010 | 111100 |
Color Harmonies of #C4707F
Complementary color
Monochromatic Colors of #C4707F
Black with #C4707F
Text Example
Text Example
White with #C4707F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4707F; }
p { color: rgb(196,112,127); }
H1.HeaderClassName
{
color: #C4707F;
}
.AnyTagClassName
{
color: #C4707F;
}
</style>
background-color css
<style>
a { background-color: #C4707F; }
a { background-color: rgb(196,112,127); }
div.DivClassName
{
background-color: #C4707F;
}
.BgClassName
{
background-color: #C4707F;
}
</style>
border-color css
<style>
span { border-color: #C4707F; }
span { border-color: rgb(196,112,127); }
td.TdClassName
{
border-color: #C4707F;
}
.TagClassName
{
border-color: #C4707F;
}
</style>