Shades of Charm #C76F7B
Tints of Charm #C76F7B
RGB
CMYK
RGB Variations
Color information
#C76F7B (or 0xC76F7B) is known color: Charm. HEX triplet: C7, 6F and 7B. RGB value is (199,111,123). Sum of RGB (Red+Green+Blue) = 199+111+123=433 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.96% from 433); Green value is 111 (43.75% from 255 or 25.64% from 433); Blue value is 123 (48.44% from 255 or 28.41% from 433); Max value from RGB is 199 - color contains mainly: red. Hex color #C76F7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C76F7B is #389084. Grayscale: #8A8A8A. Windows color (decimal): -3707013 or 8089543. OLE color: 8089543.
HSL color Cylindrical-coordinate representation of color #C76F7B: hue angle of 351.82º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C76F7B is Cyan = 0, Magento = 0.44, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 111 | 123 | - |
| CMYK | 0 | 0.44 | 0.38 | 0.22 |
| HSL | 351.82º | 0.44% | 0.61% | - |
| HSV(B) | 351.82º | 0.44% | 0.78% | - |
| XYZ | 32.81 | 24.94 | 21.82 | - |
| YUV | 138.68 | 119.15 | 171.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 111 | 123 | 0 | 0.44 | 0.38 | 0.22 | 351.82 | 0.44 | 0.61 |
| Hex | C7 | 6F | 7B | 0 | 2C | 26 | 16 | 160 | 2C | 3D |
| Octal | 307 | 157 | 173 | 0 | 54 | 46 | 26 | 540 | 54 | 75 |
| Binary | 11000111 | 1101111 | 1111011 | 0 | 101100 | 100110 | 10110 | 101100000 | 101100 | 111101 |
Color Harmonies of #C76F7B
Complementary color
Monochromatic Colors of #C76F7B
Black with #C76F7B
Text Example
Text Example
White with #C76F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76F7B; }
p { color: rgb(199,111,123); }
H1.HeaderClassName
{
color: #C76F7B;
}
.AnyTagClassName
{
color: #C76F7B;
}
</style>
background-color css
<style>
a { background-color: #C76F7B; }
a { background-color: rgb(199,111,123); }
div.DivClassName
{
background-color: #C76F7B;
}
.BgClassName
{
background-color: #C76F7B;
}
</style>
border-color css
<style>
span { border-color: #C76F7B; }
span { border-color: rgb(199,111,123); }
td.TdClassName
{
border-color: #C76F7B;
}
.TagClassName
{
border-color: #C76F7B;
}
</style>