Shades of Charm #C76F84
Tints of Charm #C76F84
RGB
CMYK
RGB Variations
Color information
#C76F84 (or 0xC76F84) is known color: Charm. HEX triplet: C7, 6F and 84. RGB value is (199,111,132). Sum of RGB (Red+Green+Blue) = 199+111+132=442 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.02% from 442); Green value is 111 (43.75% from 255 or 25.11% from 442); Blue value is 132 (51.95% from 255 or 29.86% from 442); Max value from RGB is 199 - color contains mainly: red. Hex color #C76F84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C76F84 is #38907B. Grayscale: #8B8B8B. Windows color (decimal): -3707004 or 8679367. OLE color: 8679367.
HSL color Cylindrical-coordinate representation of color #C76F84: hue angle of 345.68º 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 #C76F84 is Cyan = 0, Magento = 0.44, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 111 | 132 | - |
| CMYK | 0 | 0.44 | 0.34 | 0.22 |
| HSL | 345.68º | 0.44% | 0.61% | - |
| HSV(B) | 345.68º | 0.44% | 0.78% | - |
| XYZ | 33.4 | 25.18 | 24.93 | - |
| YUV | 139.71 | 123.65 | 170.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 111 | 132 | 0 | 0.44 | 0.34 | 0.22 | 345.68 | 0.44 | 0.61 |
| Hex | C7 | 6F | 84 | 0 | 2C | 22 | 16 | 15A | 2C | 3D |
| Octal | 307 | 157 | 204 | 0 | 54 | 42 | 26 | 532 | 54 | 75 |
| Binary | 11000111 | 1101111 | 10000100 | 0 | 101100 | 100010 | 10110 | 101011010 | 101100 | 111101 |
Color Harmonies of #C76F84
Complementary color
Monochromatic Colors of #C76F84
Black with #C76F84
Text Example
Text Example
White with #C76F84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76F84; }
p { color: rgb(199,111,132); }
H1.HeaderClassName
{
color: #C76F84;
}
.AnyTagClassName
{
color: #C76F84;
}
</style>
background-color css
<style>
a { background-color: #C76F84; }
a { background-color: rgb(199,111,132); }
div.DivClassName
{
background-color: #C76F84;
}
.BgClassName
{
background-color: #C76F84;
}
</style>
border-color css
<style>
span { border-color: #C76F84; }
span { border-color: rgb(199,111,132); }
td.TdClassName
{
border-color: #C76F84;
}
.TagClassName
{
border-color: #C76F84;
}
</style>