Shades of Red Damask #C0764F
Tints of Red Damask #C0764F
RGB
CMYK
RGB Variations
Color information
#C0764F (or 0xC0764F) is known color: Red Damask. HEX triplet: C0, 76 and 4F. RGB value is (192,118,79). Sum of RGB (Red+Green+Blue) = 192+118+79=389 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.36% from 389); Green value is 118 (46.48% from 255 or 30.33% from 389); Blue value is 79 (31.25% from 255 or 20.31% from 389); Max value from RGB is 192 - color contains mainly: red. Hex color #C0764F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0764F is #3F89B0. Grayscale: #878787. Windows color (decimal): -4164017 or 5207744. OLE color: 5207744.
HSL color Cylindrical-coordinate representation of color #C0764F: hue angle of 20.71º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C0764F is Cyan = 0, Magento = 0.39, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 118 | 79 | - |
| CMYK | 0 | 0.39 | 0.59 | 0.25 |
| HSL | 20.71º | 0.47% | 0.53% | - |
| HSV(B) | 20.71º | 0.59% | 0.75% | - |
| XYZ | 29.63 | 24.73 | 10.61 | - |
| YUV | 135.68 | 96.02 | 168.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 118 | 79 | 0 | 0.39 | 0.59 | 0.25 | 20.71 | 0.47 | 0.53 |
| Hex | C0 | 76 | 4F | 0 | 27 | 3B | 19 | 15 | 2F | 35 |
| Octal | 300 | 166 | 117 | 0 | 47 | 73 | 31 | 25 | 57 | 65 |
| Binary | 11000000 | 1110110 | 1001111 | 0 | 100111 | 111011 | 11001 | 10101 | 101111 | 110101 |
Color Harmonies of #C0764F
Complementary color
Monochromatic Colors of #C0764F
Black with #C0764F
Text Example
Text Example
White with #C0764F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0764F; }
p { color: rgb(192,118,79); }
H1.HeaderClassName
{
color: #C0764F;
}
.AnyTagClassName
{
color: #C0764F;
}
</style>
background-color css
<style>
a { background-color: #C0764F; }
a { background-color: rgb(192,118,79); }
div.DivClassName
{
background-color: #C0764F;
}
.BgClassName
{
background-color: #C0764F;
}
</style>
border-color css
<style>
span { border-color: #C0764F; }
span { border-color: rgb(192,118,79); }
td.TdClassName
{
border-color: #C0764F;
}
.TagClassName
{
border-color: #C0764F;
}
</style>