Shades of Charm #C4727B
Tints of Charm #C4727B
RGB
CMYK
RGB Variations
Color information
#C4727B (or 0xC4727B) is known color: Charm. HEX triplet: C4, 72 and 7B. RGB value is (196,114,123). Sum of RGB (Red+Green+Blue) = 196+114+123=433 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.27% from 433); Green value is 114 (44.92% from 255 or 26.33% from 433); Blue value is 123 (48.44% from 255 or 28.41% from 433); Max value from RGB is 196 - color contains mainly: red. Hex color #C4727B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4727B is #3B8D84. Grayscale: #8B8B8B. Windows color (decimal): -3902853 or 8090308. OLE color: 8090308.
HSL color Cylindrical-coordinate representation of color #C4727B: hue angle of 353.41º degrees, saturation: 0.41, 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 #C4727B is Cyan = 0, Magento = 0.42, Yellow = 0.37 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 114 | 123 | - |
| CMYK | 0 | 0.42 | 0.37 | 0.23 |
| HSL | 353.41º | 0.41% | 0.61% | - |
| HSV(B) | 353.41º | 0.42% | 0.77% | - |
| XYZ | 32.36 | 25.2 | 21.9 | - |
| YUV | 139.54 | 118.67 | 168.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 114 | 123 | 0 | 0.42 | 0.37 | 0.23 | 353.41 | 0.41 | 0.61 |
| Hex | C4 | 72 | 7B | 0 | 2A | 25 | 17 | 161 | 29 | 3D |
| Octal | 304 | 162 | 173 | 0 | 52 | 45 | 27 | 541 | 51 | 75 |
| Binary | 11000100 | 1110010 | 1111011 | 0 | 101010 | 100101 | 10111 | 101100001 | 101001 | 111101 |
Color Harmonies of #C4727B
Complementary color
Monochromatic Colors of #C4727B
Black with #C4727B
Text Example
Text Example
White with #C4727B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4727B; }
p { color: rgb(196,114,123); }
H1.HeaderClassName
{
color: #C4727B;
}
.AnyTagClassName
{
color: #C4727B;
}
</style>
background-color css
<style>
a { background-color: #C4727B; }
a { background-color: rgb(196,114,123); }
div.DivClassName
{
background-color: #C4727B;
}
.BgClassName
{
background-color: #C4727B;
}
</style>
border-color css
<style>
span { border-color: #C4727B; }
span { border-color: rgb(196,114,123); }
td.TdClassName
{
border-color: #C4727B;
}
.TagClassName
{
border-color: #C4727B;
}
</style>