Shades of Red Damask #C76F4F
Tints of Red Damask #C76F4F
RGB
CMYK
RGB Variations
Color information
#C76F4F (or 0xC76F4F) is known color: Red Damask. HEX triplet: C7, 6F and 4F. RGB value is (199,111,79). Sum of RGB (Red+Green+Blue) = 199+111+79=389 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.16% from 389); Green value is 111 (43.75% from 255 or 28.53% from 389); Blue value is 79 (31.25% from 255 or 20.31% from 389); Max value from RGB is 199 - color contains mainly: red. Hex color #C76F4F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C76F4F is #3890B0. Grayscale: #858585. Windows color (decimal): -3707057 or 5205959. OLE color: 5205959.
HSL color Cylindrical-coordinate representation of color #C76F4F: hue angle of 16º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C76F4F is Cyan = 0, Magento = 0.44, Yellow = 0.60 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 111 | 79 | - |
| CMYK | 0 | 0.44 | 0.60 | 0.22 |
| HSL | 16º | 0.52% | 0.55% | - |
| HSV(B) | 16º | 0.6% | 0.78% | - |
| XYZ | 30.65 | 24.08 | 10.43 | - |
| YUV | 133.66 | 97.15 | 174.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 111 | 79 | 0 | 0.44 | 0.60 | 0.22 | 16 | 0.52 | 0.55 |
| Hex | C7 | 6F | 4F | 0 | 2C | 3C | 16 | 10 | 34 | 37 |
| Octal | 307 | 157 | 117 | 0 | 54 | 74 | 26 | 20 | 64 | 67 |
| Binary | 11000111 | 1101111 | 1001111 | 0 | 101100 | 111100 | 10110 | 10000 | 110100 | 110111 |
Color Harmonies of #C76F4F
Complementary color
Monochromatic Colors of #C76F4F
Black with #C76F4F
Text Example
Text Example
White with #C76F4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76F4F; }
p { color: rgb(199,111,79); }
H1.HeaderClassName
{
color: #C76F4F;
}
.AnyTagClassName
{
color: #C76F4F;
}
</style>
background-color css
<style>
a { background-color: #C76F4F; }
a { background-color: rgb(199,111,79); }
div.DivClassName
{
background-color: #C76F4F;
}
.BgClassName
{
background-color: #C76F4F;
}
</style>
border-color css
<style>
span { border-color: #C76F4F; }
span { border-color: rgb(199,111,79); }
td.TdClassName
{
border-color: #C76F4F;
}
.TagClassName
{
border-color: #C76F4F;
}
</style>