Shades of Red Damask #C87144
Tints of Red Damask #C87144
RGB
CMYK
RGB Variations
Color information
#C87144 (or 0xC87144) is known color: Red Damask. HEX triplet: C8, 71 and 44. RGB value is (200,113,68). Sum of RGB (Red+Green+Blue) = 200+113+68=381 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.49% from 381); Green value is 113 (44.53% from 255 or 29.66% from 381); Blue value is 68 (26.95% from 255 or 17.85% from 381); Max value from RGB is 200 - color contains mainly: red. Hex color #C87144 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C87144 is #378EBB. Grayscale: #868686. Windows color (decimal): -3641020 or 4485576. OLE color: 4485576.
HSL color Cylindrical-coordinate representation of color #C87144: hue angle of 20.45º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C87144 is Cyan = 0, Magento = 0.44, Yellow = 0.66 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 113 | 68 | - |
| CMYK | 0 | 0.44 | 0.66 | 0.22 |
| HSL | 20.45º | 0.55% | 0.53% | - |
| HSV(B) | 20.45º | 0.66% | 0.78% | - |
| XYZ | 30.77 | 24.51 | 8.58 | - |
| YUV | 133.88 | 90.82 | 175.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 113 | 68 | 0 | 0.44 | 0.66 | 0.22 | 20.45 | 0.55 | 0.53 |
| Hex | C8 | 71 | 44 | 0 | 2C | 42 | 16 | 14 | 37 | 35 |
| Octal | 310 | 161 | 104 | 0 | 54 | 102 | 26 | 24 | 67 | 65 |
| Binary | 11001000 | 1110001 | 1000100 | 0 | 101100 | 1000010 | 10110 | 10100 | 110111 | 110101 |
Color Harmonies of #C87144
Complementary color
Monochromatic Colors of #C87144
Black with #C87144
Text Example
Text Example
White with #C87144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87144; }
p { color: rgb(200,113,68); }
H1.HeaderClassName
{
color: #C87144;
}
.AnyTagClassName
{
color: #C87144;
}
</style>
background-color css
<style>
a { background-color: #C87144; }
a { background-color: rgb(200,113,68); }
div.DivClassName
{
background-color: #C87144;
}
.BgClassName
{
background-color: #C87144;
}
</style>
border-color css
<style>
span { border-color: #C87144; }
span { border-color: rgb(200,113,68); }
td.TdClassName
{
border-color: #C87144;
}
.TagClassName
{
border-color: #C87144;
}
</style>