Shades of Charm #C76F83
Tints of Charm #C76F83
RGB
CMYK
RGB Variations
Color information
#C76F83 (or 0xC76F83) is known color: Charm. HEX triplet: C7, 6F and 83. RGB value is (199,111,131). Sum of RGB (Red+Green+Blue) = 199+111+131=441 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.12% from 441); Green value is 111 (43.75% from 255 or 25.17% from 441); Blue value is 131 (51.56% from 255 or 29.71% from 441); Max value from RGB is 199 - color contains mainly: red. Hex color #C76F83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C76F83 is #38907C. Grayscale: #8B8B8B. Windows color (decimal): -3707005 or 8613831. OLE color: 8613831.
HSL color Cylindrical-coordinate representation of color #C76F83: hue angle of 346.36º 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 #C76F83 is Cyan = 0, Magento = 0.44, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 111 | 131 | - |
| CMYK | 0 | 0.44 | 0.34 | 0.22 |
| HSL | 346.36º | 0.44% | 0.61% | - |
| HSV(B) | 346.36º | 0.44% | 0.78% | - |
| XYZ | 33.33 | 25.15 | 24.57 | - |
| YUV | 139.59 | 123.15 | 170.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 111 | 131 | 0 | 0.44 | 0.34 | 0.22 | 346.36 | 0.44 | 0.61 |
| Hex | C7 | 6F | 83 | 0 | 2C | 22 | 16 | 15A | 2C | 3D |
| Octal | 307 | 157 | 203 | 0 | 54 | 42 | 26 | 532 | 54 | 75 |
| Binary | 11000111 | 1101111 | 10000011 | 0 | 101100 | 100010 | 10110 | 101011010 | 101100 | 111101 |
Color Harmonies of #C76F83
Complementary color
Monochromatic Colors of #C76F83
Black with #C76F83
Text Example
Text Example
White with #C76F83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76F83; }
p { color: rgb(199,111,131); }
H1.HeaderClassName
{
color: #C76F83;
}
.AnyTagClassName
{
color: #C76F83;
}
</style>
background-color css
<style>
a { background-color: #C76F83; }
a { background-color: rgb(199,111,131); }
div.DivClassName
{
background-color: #C76F83;
}
.BgClassName
{
background-color: #C76F83;
}
</style>
border-color css
<style>
span { border-color: #C76F83; }
span { border-color: rgb(199,111,131); }
td.TdClassName
{
border-color: #C76F83;
}
.TagClassName
{
border-color: #C76F83;
}
</style>