Shades of Charm #C76F7A
Tints of Charm #C76F7A
RGB
CMYK
RGB Variations
Color information
#C76F7A (or 0xC76F7A) is known color: Charm. HEX triplet: C7, 6F and 7A. RGB value is (199,111,122). Sum of RGB (Red+Green+Blue) = 199+111+122=432 (57% of max value = 765). Red value is 199 (78.12% from 255 or 46.06% from 432); Green value is 111 (43.75% from 255 or 25.69% from 432); Blue value is 122 (48.05% from 255 or 28.24% from 432); Max value from RGB is 199 - color contains mainly: red. Hex color #C76F7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C76F7A is #389085. Grayscale: #8A8A8A. Windows color (decimal): -3707014 or 8024007. OLE color: 8024007.
HSL color Cylindrical-coordinate representation of color #C76F7A: hue angle of 352.5º 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 #C76F7A is Cyan = 0, Magento = 0.44, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 111 | 122 | - |
| CMYK | 0 | 0.44 | 0.39 | 0.22 |
| HSL | 352.5º | 0.44% | 0.61% | - |
| HSV(B) | 352.5º | 0.44% | 0.78% | - |
| XYZ | 32.75 | 24.92 | 21.5 | - |
| YUV | 138.57 | 118.65 | 171.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 111 | 122 | 0 | 0.44 | 0.39 | 0.22 | 352.5 | 0.44 | 0.61 |
| Hex | C7 | 6F | 7A | 0 | 2C | 27 | 16 | 160 | 2C | 3D |
| Octal | 307 | 157 | 172 | 0 | 54 | 47 | 26 | 540 | 54 | 75 |
| Binary | 11000111 | 1101111 | 1111010 | 0 | 101100 | 100111 | 10110 | 101100000 | 101100 | 111101 |
Color Harmonies of #C76F7A
Complementary color
Monochromatic Colors of #C76F7A
Black with #C76F7A
Text Example
Text Example
White with #C76F7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76F7A; }
p { color: rgb(199,111,122); }
H1.HeaderClassName
{
color: #C76F7A;
}
.AnyTagClassName
{
color: #C76F7A;
}
</style>
background-color css
<style>
a { background-color: #C76F7A; }
a { background-color: rgb(199,111,122); }
div.DivClassName
{
background-color: #C76F7A;
}
.BgClassName
{
background-color: #C76F7A;
}
</style>
border-color css
<style>
span { border-color: #C76F7A; }
span { border-color: rgb(199,111,122); }
td.TdClassName
{
border-color: #C76F7A;
}
.TagClassName
{
border-color: #C76F7A;
}
</style>