Shades of Charm #C4767B
Tints of Charm #C4767B
RGB
CMYK
RGB Variations
Color information
#C4767B (or 0xC4767B) is known color: Charm. HEX triplet: C4, 76 and 7B. RGB value is (196,118,123). Sum of RGB (Red+Green+Blue) = 196+118+123=437 (57% of max value = 765). Red value is 196 (76.95% from 255 or 44.85% from 437); Green value is 118 (46.48% from 255 or 27.00% from 437); Blue value is 123 (48.44% from 255 or 28.15% from 437); Max value from RGB is 196 - color contains mainly: red. Hex color #C4767B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4767B is #3B8984. Grayscale: #8D8D8D. Windows color (decimal): -3901829 or 8091332. OLE color: 8091332.
HSL color Cylindrical-coordinate representation of color #C4767B: hue angle of 356.15º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C4767B is Cyan = 0, Magento = 0.40, Yellow = 0.37 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 118 | 123 | - |
| CMYK | 0 | 0.40 | 0.37 | 0.23 |
| HSL | 356.15º | 0.4% | 0.62% | - |
| HSV(B) | 356.15º | 0.4% | 0.77% | - |
| XYZ | 32.82 | 26.12 | 22.05 | - |
| YUV | 141.89 | 117.34 | 166.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 118 | 123 | 0 | 0.40 | 0.37 | 0.23 | 356.15 | 0.4 | 0.62 |
| Hex | C4 | 76 | 7B | 0 | 28 | 25 | 17 | 164 | 28 | 3E |
| Octal | 304 | 166 | 173 | 0 | 50 | 45 | 27 | 544 | 50 | 76 |
| Binary | 11000100 | 1110110 | 1111011 | 0 | 101000 | 100101 | 10111 | 101100100 | 101000 | 111110 |
Color Harmonies of #C4767B
Complementary color
Monochromatic Colors of #C4767B
Black with #C4767B
Text Example
Text Example
White with #C4767B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4767B; }
p { color: rgb(196,118,123); }
H1.HeaderClassName
{
color: #C4767B;
}
.AnyTagClassName
{
color: #C4767B;
}
</style>
background-color css
<style>
a { background-color: #C4767B; }
a { background-color: rgb(196,118,123); }
div.DivClassName
{
background-color: #C4767B;
}
.BgClassName
{
background-color: #C4767B;
}
</style>
border-color css
<style>
span { border-color: #C4767B; }
span { border-color: rgb(196,118,123); }
td.TdClassName
{
border-color: #C4767B;
}
.TagClassName
{
border-color: #C4767B;
}
</style>