Shades of Charm #C76D7B
Tints of Charm #C76D7B
RGB
CMYK
RGB Variations
Color information
#C76D7B (or 0xC76D7B) is known color: Charm. HEX triplet: C7, 6D and 7B. RGB value is (199,109,123). Sum of RGB (Red+Green+Blue) = 199+109+123=431 (57% of max value = 765). Red value is 199 (78.12% from 255 or 46.17% from 431); Green value is 109 (42.97% from 255 or 25.29% from 431); Blue value is 123 (48.44% from 255 or 28.54% from 431); Max value from RGB is 199 - color contains mainly: red. Hex color #C76D7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C76D7B is #389284. Grayscale: #898989. Windows color (decimal): -3707525 or 8089031. OLE color: 8089031.
HSL color Cylindrical-coordinate representation of color #C76D7B: hue angle of 350.67º degrees, saturation: 0.45, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C76D7B is Cyan = 0, Magento = 0.45, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 109 | 123 | - |
| CMYK | 0 | 0.45 | 0.38 | 0.22 |
| HSL | 350.67º | 0.45% | 0.6% | - |
| HSV(B) | 350.67º | 0.45% | 0.78% | - |
| XYZ | 32.6 | 24.51 | 21.75 | - |
| YUV | 137.51 | 119.82 | 171.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 109 | 123 | 0 | 0.45 | 0.38 | 0.22 | 350.67 | 0.45 | 0.6 |
| Hex | C7 | 6D | 7B | 0 | 2D | 26 | 16 | 15F | 2D | 3C |
| Octal | 307 | 155 | 173 | 0 | 55 | 46 | 26 | 537 | 55 | 74 |
| Binary | 11000111 | 1101101 | 1111011 | 0 | 101101 | 100110 | 10110 | 101011111 | 101101 | 111100 |
Color Harmonies of #C76D7B
Complementary color
Monochromatic Colors of #C76D7B
Black with #C76D7B
Text Example
Text Example
White with #C76D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76D7B; }
p { color: rgb(199,109,123); }
H1.HeaderClassName
{
color: #C76D7B;
}
.AnyTagClassName
{
color: #C76D7B;
}
</style>
background-color css
<style>
a { background-color: #C76D7B; }
a { background-color: rgb(199,109,123); }
div.DivClassName
{
background-color: #C76D7B;
}
.BgClassName
{
background-color: #C76D7B;
}
</style>
border-color css
<style>
span { border-color: #C76D7B; }
span { border-color: rgb(199,109,123); }
td.TdClassName
{
border-color: #C76D7B;
}
.TagClassName
{
border-color: #C76D7B;
}
</style>