Shades of Red Damask #C76F4B
Tints of Red Damask #C76F4B
RGB
CMYK
RGB Variations
Color information
#C76F4B (or 0xC76F4B) is known color: Red Damask. HEX triplet: C7, 6F and 4B. RGB value is (199,111,75). Sum of RGB (Red+Green+Blue) = 199+111+75=385 (50% of max value = 765). Red value is 199 (78.12% from 255 or 51.69% from 385); Green value is 111 (43.75% from 255 or 28.83% from 385); Blue value is 75 (29.69% from 255 or 19.48% from 385); Max value from RGB is 199 - color contains mainly: red. Hex color #C76F4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C76F4B is #3890B4. Grayscale: #858585. Windows color (decimal): -3707061 or 4943815. OLE color: 4943815.
HSL color Cylindrical-coordinate representation of color #C76F4B: hue angle of 17.42º 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 #C76F4B is Cyan = 0, Magento = 0.44, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 111 | 75 | - |
| CMYK | 0 | 0.44 | 0.62 | 0.22 |
| HSL | 17.42º | 0.53% | 0.54% | - |
| HSV(B) | 17.42º | 0.62% | 0.78% | - |
| XYZ | 30.51 | 24.02 | 9.68 | - |
| YUV | 133.21 | 95.15 | 174.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 111 | 75 | 0 | 0.44 | 0.62 | 0.22 | 17.42 | 0.53 | 0.54 |
| Hex | C7 | 6F | 4B | 0 | 2C | 3E | 16 | 11 | 35 | 36 |
| Octal | 307 | 157 | 113 | 0 | 54 | 76 | 26 | 21 | 65 | 66 |
| Binary | 11000111 | 1101111 | 1001011 | 0 | 101100 | 111110 | 10110 | 10001 | 110101 | 110110 |
Color Harmonies of #C76F4B
Complementary color
Monochromatic Colors of #C76F4B
Black with #C76F4B
Text Example
Text Example
White with #C76F4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76F4B; }
p { color: rgb(199,111,75); }
H1.HeaderClassName
{
color: #C76F4B;
}
.AnyTagClassName
{
color: #C76F4B;
}
</style>
background-color css
<style>
a { background-color: #C76F4B; }
a { background-color: rgb(199,111,75); }
div.DivClassName
{
background-color: #C76F4B;
}
.BgClassName
{
background-color: #C76F4B;
}
</style>
border-color css
<style>
span { border-color: #C76F4B; }
span { border-color: rgb(199,111,75); }
td.TdClassName
{
border-color: #C76F4B;
}
.TagClassName
{
border-color: #C76F4B;
}
</style>