Shades of Charm #C76F80
Tints of Charm #C76F80
RGB
CMYK
RGB Variations
Color information
#C76F80 (or 0xC76F80) is known color: Charm. HEX triplet: C7, 6F and 80. RGB value is (199,111,128). Sum of RGB (Red+Green+Blue) = 199+111+128=438 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.43% from 438); Green value is 111 (43.75% from 255 or 25.34% from 438); Blue value is 128 (50.39% from 255 or 29.22% from 438); Max value from RGB is 199 - color contains mainly: red. Hex color #C76F80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C76F80 is #38907F. Grayscale: #8B8B8B. Windows color (decimal): -3707008 or 8417223. OLE color: 8417223.
HSL color Cylindrical-coordinate representation of color #C76F80: hue angle of 348.41º 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 #C76F80 is Cyan = 0, Magento = 0.44, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 111 | 128 | - |
| CMYK | 0 | 0.44 | 0.36 | 0.22 |
| HSL | 348.41º | 0.44% | 0.61% | - |
| HSV(B) | 348.41º | 0.44% | 0.78% | - |
| XYZ | 33.13 | 25.07 | 23.51 | - |
| YUV | 139.25 | 121.65 | 170.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 111 | 128 | 0 | 0.44 | 0.36 | 0.22 | 348.41 | 0.44 | 0.61 |
| Hex | C7 | 6F | 80 | 0 | 2C | 24 | 16 | 15C | 2C | 3D |
| Octal | 307 | 157 | 200 | 0 | 54 | 44 | 26 | 534 | 54 | 75 |
| Binary | 11000111 | 1101111 | 10000000 | 0 | 101100 | 100100 | 10110 | 101011100 | 101100 | 111101 |
Color Harmonies of #C76F80
Complementary color
Monochromatic Colors of #C76F80
Black with #C76F80
Text Example
Text Example
White with #C76F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76F80; }
p { color: rgb(199,111,128); }
H1.HeaderClassName
{
color: #C76F80;
}
.AnyTagClassName
{
color: #C76F80;
}
</style>
background-color css
<style>
a { background-color: #C76F80; }
a { background-color: rgb(199,111,128); }
div.DivClassName
{
background-color: #C76F80;
}
.BgClassName
{
background-color: #C76F80;
}
</style>
border-color css
<style>
span { border-color: #C76F80; }
span { border-color: rgb(199,111,128); }
td.TdClassName
{
border-color: #C76F80;
}
.TagClassName
{
border-color: #C76F80;
}
</style>