Shades of Charm #C4768E
Tints of Charm #C4768E
RGB
CMYK
RGB Variations
Color information
#C4768E (or 0xC4768E) is known color: Charm. HEX triplet: C4, 76 and 8E. RGB value is (196,118,142). Sum of RGB (Red+Green+Blue) = 196+118+142=456 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.98% from 456); Green value is 118 (46.48% from 255 or 25.88% from 456); Blue value is 142 (55.86% from 255 or 31.14% from 456); Max value from RGB is 196 - color contains mainly: red. Hex color #C4768E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C4768E is #3B8971. Grayscale: #909090. Windows color (decimal): -3901810 or 9336516. OLE color: 9336516.
HSL color Cylindrical-coordinate representation of color #C4768E: hue angle of 341.54º 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 #C4768E is Cyan = 0, Magento = 0.40, Yellow = 0.28 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 118 | 142 | - |
| CMYK | 0 | 0.40 | 0.28 | 0.23 |
| HSL | 341.54º | 0.4% | 0.62% | - |
| HSV(B) | 341.54º | 0.4% | 0.77% | - |
| XYZ | 34.13 | 26.65 | 28.94 | - |
| YUV | 144.06 | 126.84 | 165.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 118 | 142 | 0 | 0.40 | 0.28 | 0.23 | 341.54 | 0.4 | 0.62 |
| Hex | C4 | 76 | 8E | 0 | 28 | 1C | 17 | 156 | 28 | 3E |
| Octal | 304 | 166 | 216 | 0 | 50 | 34 | 27 | 526 | 50 | 76 |
| Binary | 11000100 | 1110110 | 10001110 | 0 | 101000 | 11100 | 10111 | 101010110 | 101000 | 111110 |
Color Harmonies of #C4768E
Complementary color
Monochromatic Colors of #C4768E
Black with #C4768E
Text Example
Text Example
White with #C4768E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4768E; }
p { color: rgb(196,118,142); }
H1.HeaderClassName
{
color: #C4768E;
}
.AnyTagClassName
{
color: #C4768E;
}
</style>
background-color css
<style>
a { background-color: #C4768E; }
a { background-color: rgb(196,118,142); }
div.DivClassName
{
background-color: #C4768E;
}
.BgClassName
{
background-color: #C4768E;
}
</style>
border-color css
<style>
span { border-color: #C4768E; }
span { border-color: rgb(196,118,142); }
td.TdClassName
{
border-color: #C4768E;
}
.TagClassName
{
border-color: #C4768E;
}
</style>