Shades of Charm #C76F74
Tints of Charm #C76F74
RGB
CMYK
RGB Variations
Color information
#C76F74 (or 0xC76F74) is known color: Charm. HEX triplet: C7, 6F and 74. RGB value is (199,111,116). Sum of RGB (Red+Green+Blue) = 199+111+116=426 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.71% from 426); Green value is 111 (43.75% from 255 or 26.06% from 426); Blue value is 116 (45.70% from 255 or 27.23% from 426); Max value from RGB is 199 - color contains mainly: red. Hex color #C76F74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C76F74 is #38908B. Grayscale: #898989. Windows color (decimal): -3707020 or 7630791. OLE color: 7630791.
HSL color Cylindrical-coordinate representation of color #C76F74: hue angle of 356.59º 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 #C76F74 is Cyan = 0, Magento = 0.44, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 111 | 116 | - |
| CMYK | 0 | 0.44 | 0.42 | 0.22 |
| HSL | 356.59º | 0.44% | 0.61% | - |
| HSV(B) | 356.59º | 0.44% | 0.78% | - |
| XYZ | 32.39 | 24.77 | 19.6 | - |
| YUV | 137.88 | 115.65 | 171.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 111 | 116 | 0 | 0.44 | 0.42 | 0.22 | 356.59 | 0.44 | 0.61 |
| Hex | C7 | 6F | 74 | 0 | 2C | 2A | 16 | 165 | 2C | 3D |
| Octal | 307 | 157 | 164 | 0 | 54 | 52 | 26 | 545 | 54 | 75 |
| Binary | 11000111 | 1101111 | 1110100 | 0 | 101100 | 101010 | 10110 | 101100101 | 101100 | 111101 |
Color Harmonies of #C76F74
Complementary color
Monochromatic Colors of #C76F74
Black with #C76F74
Text Example
Text Example
White with #C76F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76F74; }
p { color: rgb(199,111,116); }
H1.HeaderClassName
{
color: #C76F74;
}
.AnyTagClassName
{
color: #C76F74;
}
</style>
background-color css
<style>
a { background-color: #C76F74; }
a { background-color: rgb(199,111,116); }
div.DivClassName
{
background-color: #C76F74;
}
.BgClassName
{
background-color: #C76F74;
}
</style>
border-color css
<style>
span { border-color: #C76F74; }
span { border-color: rgb(199,111,116); }
td.TdClassName
{
border-color: #C76F74;
}
.TagClassName
{
border-color: #C76F74;
}
</style>