Shades of Charm #C4767E
Tints of Charm #C4767E
RGB
CMYK
RGB Variations
Color information
#C4767E (or 0xC4767E) is known color: Charm. HEX triplet: C4, 76 and 7E. RGB value is (196,118,126). Sum of RGB (Red+Green+Blue) = 196+118+126=440 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.55% from 440); Green value is 118 (46.48% from 255 or 26.82% from 440); Blue value is 126 (49.61% from 255 or 28.64% from 440); Max value from RGB is 196 - color contains mainly: red. Hex color #C4767E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4767E is #3B8981. Grayscale: #8E8E8E. Windows color (decimal): -3901826 or 8287940. OLE color: 8287940.
HSL color Cylindrical-coordinate representation of color #C4767E: hue angle of 353.85º 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 #C4767E is Cyan = 0, Magento = 0.40, Yellow = 0.36 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 118 | 126 | - |
| CMYK | 0 | 0.40 | 0.36 | 0.23 |
| HSL | 353.85º | 0.4% | 0.62% | - |
| HSV(B) | 353.85º | 0.4% | 0.77% | - |
| XYZ | 33.01 | 26.2 | 23.06 | - |
| YUV | 142.23 | 118.84 | 166.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 118 | 126 | 0 | 0.40 | 0.36 | 0.23 | 353.85 | 0.4 | 0.62 |
| Hex | C4 | 76 | 7E | 0 | 28 | 24 | 17 | 162 | 28 | 3E |
| Octal | 304 | 166 | 176 | 0 | 50 | 44 | 27 | 542 | 50 | 76 |
| Binary | 11000100 | 1110110 | 1111110 | 0 | 101000 | 100100 | 10111 | 101100010 | 101000 | 111110 |
Color Harmonies of #C4767E
Complementary color
Monochromatic Colors of #C4767E
Black with #C4767E
Text Example
Text Example
White with #C4767E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4767E; }
p { color: rgb(196,118,126); }
H1.HeaderClassName
{
color: #C4767E;
}
.AnyTagClassName
{
color: #C4767E;
}
</style>
background-color css
<style>
a { background-color: #C4767E; }
a { background-color: rgb(196,118,126); }
div.DivClassName
{
background-color: #C4767E;
}
.BgClassName
{
background-color: #C4767E;
}
</style>
border-color css
<style>
span { border-color: #C4767E; }
span { border-color: rgb(196,118,126); }
td.TdClassName
{
border-color: #C4767E;
}
.TagClassName
{
border-color: #C4767E;
}
</style>