Shades of Red Damask #C77043
Tints of Red Damask #C77043
RGB
CMYK
RGB Variations
Color information
#C77043 (or 0xC77043) is known color: Red Damask. HEX triplet: C7, 70 and 43. RGB value is (199,112,67). Sum of RGB (Red+Green+Blue) = 199+112+67=378 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.65% from 378); Green value is 112 (44.14% from 255 or 29.63% from 378); Blue value is 67 (26.56% from 255 or 17.72% from 378); Max value from RGB is 199 - color contains mainly: red. Hex color #C77043 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C77043 is #388FBC. Grayscale: #858585. Windows color (decimal): -3706813 or 4419783. OLE color: 4419783.
HSL color Cylindrical-coordinate representation of color #C77043: hue angle of 20.45º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C77043 is Cyan = 0, Magento = 0.44, Yellow = 0.66 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 112 | 67 | - |
| CMYK | 0 | 0.44 | 0.66 | 0.22 |
| HSL | 20.45º | 0.54% | 0.52% | - |
| HSV(B) | 20.45º | 0.66% | 0.78% | - |
| XYZ | 30.36 | 24.14 | 8.37 | - |
| YUV | 132.88 | 90.82 | 175.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 112 | 67 | 0 | 0.44 | 0.66 | 0.22 | 20.45 | 0.54 | 0.52 |
| Hex | C7 | 70 | 43 | 0 | 2C | 42 | 16 | 14 | 36 | 34 |
| Octal | 307 | 160 | 103 | 0 | 54 | 102 | 26 | 24 | 66 | 64 |
| Binary | 11000111 | 1110000 | 1000011 | 0 | 101100 | 1000010 | 10110 | 10100 | 110110 | 110100 |
Color Harmonies of #C77043
Complementary color
Monochromatic Colors of #C77043
Black with #C77043
Text Example
Text Example
White with #C77043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77043; }
p { color: rgb(199,112,67); }
H1.HeaderClassName
{
color: #C77043;
}
.AnyTagClassName
{
color: #C77043;
}
</style>
background-color css
<style>
a { background-color: #C77043; }
a { background-color: rgb(199,112,67); }
div.DivClassName
{
background-color: #C77043;
}
.BgClassName
{
background-color: #C77043;
}
</style>
border-color css
<style>
span { border-color: #C77043; }
span { border-color: rgb(199,112,67); }
td.TdClassName
{
border-color: #C77043;
}
.TagClassName
{
border-color: #C77043;
}
</style>