Shades of Red Damask #C87344
Tints of Red Damask #C87344
RGB
CMYK
RGB Variations
Color information
#C87344 (or 0xC87344) is known color: Red Damask. HEX triplet: C8, 73 and 44. RGB value is (200,115,68). Sum of RGB (Red+Green+Blue) = 200+115+68=383 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.22% from 383); Green value is 115 (45.31% from 255 or 30.03% from 383); Blue value is 68 (26.95% from 255 or 17.75% from 383); Max value from RGB is 200 - color contains mainly: red. Hex color #C87344 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C87344 is #378CBB. Grayscale: #878787. Windows color (decimal): -3640508 or 4486088. OLE color: 4486088.
HSL color Cylindrical-coordinate representation of color #C87344: hue angle of 21.36º 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 #C87344 is Cyan = 0, Magento = 0.42, Yellow = 0.66 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 115 | 68 | - |
| CMYK | 0 | 0.42 | 0.66 | 0.22 |
| HSL | 21.36º | 0.55% | 0.53% | - |
| HSV(B) | 21.36º | 0.66% | 0.78% | - |
| XYZ | 30.99 | 24.96 | 8.65 | - |
| YUV | 135.06 | 90.16 | 174.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 115 | 68 | 0 | 0.42 | 0.66 | 0.22 | 21.36 | 0.55 | 0.53 |
| Hex | C8 | 73 | 44 | 0 | 2A | 42 | 16 | 15 | 37 | 35 |
| Octal | 310 | 163 | 104 | 0 | 52 | 102 | 26 | 25 | 67 | 65 |
| Binary | 11001000 | 1110011 | 1000100 | 0 | 101010 | 1000010 | 10110 | 10101 | 110111 | 110101 |
Color Harmonies of #C87344
Complementary color
Monochromatic Colors of #C87344
Black with #C87344
Text Example
Text Example
White with #C87344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87344; }
p { color: rgb(200,115,68); }
H1.HeaderClassName
{
color: #C87344;
}
.AnyTagClassName
{
color: #C87344;
}
</style>
background-color css
<style>
a { background-color: #C87344; }
a { background-color: rgb(200,115,68); }
div.DivClassName
{
background-color: #C87344;
}
.BgClassName
{
background-color: #C87344;
}
</style>
border-color css
<style>
span { border-color: #C87344; }
span { border-color: rgb(200,115,68); }
td.TdClassName
{
border-color: #C87344;
}
.TagClassName
{
border-color: #C87344;
}
</style>