Shades of Charm #C4767C
Tints of Charm #C4767C
RGB
CMYK
RGB Variations
Color information
#C4767C (or 0xC4767C) is known color: Charm. HEX triplet: C4, 76 and 7C. RGB value is (196,118,124). Sum of RGB (Red+Green+Blue) = 196+118+124=438 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.75% from 438); Green value is 118 (46.48% from 255 or 26.94% from 438); Blue value is 124 (48.83% from 255 or 28.31% from 438); Max value from RGB is 196 - color contains mainly: red. Hex color #C4767C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4767C is #3B8983. Grayscale: #8E8E8E. Windows color (decimal): -3901828 or 8156868. OLE color: 8156868.
HSL color Cylindrical-coordinate representation of color #C4767C: hue angle of 355.38º 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 #C4767C is Cyan = 0, Magento = 0.40, Yellow = 0.37 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 118 | 124 | - |
| CMYK | 0 | 0.40 | 0.37 | 0.23 |
| HSL | 355.38º | 0.4% | 0.62% | - |
| HSV(B) | 355.38º | 0.4% | 0.77% | - |
| XYZ | 32.88 | 26.15 | 22.38 | - |
| YUV | 142.01 | 117.84 | 166.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 118 | 124 | 0 | 0.40 | 0.37 | 0.23 | 355.38 | 0.4 | 0.62 |
| Hex | C4 | 76 | 7C | 0 | 28 | 25 | 17 | 163 | 28 | 3E |
| Octal | 304 | 166 | 174 | 0 | 50 | 45 | 27 | 543 | 50 | 76 |
| Binary | 11000100 | 1110110 | 1111100 | 0 | 101000 | 100101 | 10111 | 101100011 | 101000 | 111110 |
Color Harmonies of #C4767C
Complementary color
Monochromatic Colors of #C4767C
Black with #C4767C
Text Example
Text Example
White with #C4767C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4767C; }
p { color: rgb(196,118,124); }
H1.HeaderClassName
{
color: #C4767C;
}
.AnyTagClassName
{
color: #C4767C;
}
</style>
background-color css
<style>
a { background-color: #C4767C; }
a { background-color: rgb(196,118,124); }
div.DivClassName
{
background-color: #C4767C;
}
.BgClassName
{
background-color: #C4767C;
}
</style>
border-color css
<style>
span { border-color: #C4767C; }
span { border-color: rgb(196,118,124); }
td.TdClassName
{
border-color: #C4767C;
}
.TagClassName
{
border-color: #C4767C;
}
</style>