Shades of Red Damask #C8754A
Tints of Red Damask #C8754A
RGB
CMYK
RGB Variations
Color information
#C8754A (or 0xC8754A) is known color: Red Damask. HEX triplet: C8, 75 and 4A. RGB value is (200,117,74). Sum of RGB (Red+Green+Blue) = 200+117+74=391 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.15% from 391); Green value is 117 (46.09% from 255 or 29.92% from 391); Blue value is 74 (29.30% from 255 or 18.93% from 391); Max value from RGB is 200 - color contains mainly: red. Hex color #C8754A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C8754A is #378AB5. Grayscale: #898989. Windows color (decimal): -3639990 or 4879816. OLE color: 4879816.
HSL color Cylindrical-coordinate representation of color #C8754A: hue angle of 20.48º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C8754A is Cyan = 0, Magento = 0.42, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 117 | 74 | - |
| CMYK | 0 | 0.42 | 0.63 | 0.22 |
| HSL | 20.48º | 0.53% | 0.54% | - |
| HSV(B) | 20.48º | 0.63% | 0.78% | - |
| XYZ | 31.42 | 25.5 | 9.74 | - |
| YUV | 136.92 | 92.5 | 173 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 117 | 74 | 0 | 0.42 | 0.63 | 0.22 | 20.48 | 0.53 | 0.54 |
| Hex | C8 | 75 | 4A | 0 | 2A | 3F | 16 | 14 | 35 | 36 |
| Octal | 310 | 165 | 112 | 0 | 52 | 77 | 26 | 24 | 65 | 66 |
| Binary | 11001000 | 1110101 | 1001010 | 0 | 101010 | 111111 | 10110 | 10100 | 110101 | 110110 |
Color Harmonies of #C8754A
Complementary color
Monochromatic Colors of #C8754A
Black with #C8754A
Text Example
Text Example
White with #C8754A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8754A; }
p { color: rgb(200,117,74); }
H1.HeaderClassName
{
color: #C8754A;
}
.AnyTagClassName
{
color: #C8754A;
}
</style>
background-color css
<style>
a { background-color: #C8754A; }
a { background-color: rgb(200,117,74); }
div.DivClassName
{
background-color: #C8754A;
}
.BgClassName
{
background-color: #C8754A;
}
</style>
border-color css
<style>
span { border-color: #C8754A; }
span { border-color: rgb(200,117,74); }
td.TdClassName
{
border-color: #C8754A;
}
.TagClassName
{
border-color: #C8754A;
}
</style>