Shades of Red Damask #C76E4B
Tints of Red Damask #C76E4B
RGB
CMYK
RGB Variations
Color information
#C76E4B (or 0xC76E4B) is known color: Red Damask. HEX triplet: C7, 6E and 4B. RGB value is (199,110,75). Sum of RGB (Red+Green+Blue) = 199+110+75=384 (50% of max value = 765). Red value is 199 (78.12% from 255 or 51.82% from 384); Green value is 110 (43.36% from 255 or 28.65% from 384); Blue value is 75 (29.69% from 255 or 19.53% from 384); Max value from RGB is 199 - color contains mainly: red. Hex color #C76E4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C76E4B is #3891B4. Grayscale: #848484. Windows color (decimal): -3707317 or 4943559. OLE color: 4943559.
HSL color Cylindrical-coordinate representation of color #C76E4B: hue angle of 16.94º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C76E4B is Cyan = 0, Magento = 0.45, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 110 | 75 | - |
| CMYK | 0 | 0.45 | 0.62 | 0.22 |
| HSL | 16.94º | 0.53% | 0.54% | - |
| HSV(B) | 16.94º | 0.62% | 0.78% | - |
| XYZ | 30.4 | 23.8 | 9.65 | - |
| YUV | 132.62 | 95.49 | 175.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 110 | 75 | 0 | 0.45 | 0.62 | 0.22 | 16.94 | 0.53 | 0.54 |
| Hex | C7 | 6E | 4B | 0 | 2D | 3E | 16 | 11 | 35 | 36 |
| Octal | 307 | 156 | 113 | 0 | 55 | 76 | 26 | 21 | 65 | 66 |
| Binary | 11000111 | 1101110 | 1001011 | 0 | 101101 | 111110 | 10110 | 10001 | 110101 | 110110 |
Color Harmonies of #C76E4B
Complementary color
Monochromatic Colors of #C76E4B
Black with #C76E4B
Text Example
Text Example
White with #C76E4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76E4B; }
p { color: rgb(199,110,75); }
H1.HeaderClassName
{
color: #C76E4B;
}
.AnyTagClassName
{
color: #C76E4B;
}
</style>
background-color css
<style>
a { background-color: #C76E4B; }
a { background-color: rgb(199,110,75); }
div.DivClassName
{
background-color: #C76E4B;
}
.BgClassName
{
background-color: #C76E4B;
}
</style>
border-color css
<style>
span { border-color: #C76E4B; }
span { border-color: rgb(199,110,75); }
td.TdClassName
{
border-color: #C76E4B;
}
.TagClassName
{
border-color: #C76E4B;
}
</style>