Shades of Red Damask #C0764D
Tints of Red Damask #C0764D
RGB
CMYK
RGB Variations
Color information
#C0764D (or 0xC0764D) is known color: Red Damask. HEX triplet: C0, 76 and 4D. RGB value is (192,118,77). Sum of RGB (Red+Green+Blue) = 192+118+77=387 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.61% from 387); Green value is 118 (46.48% from 255 or 30.49% from 387); Blue value is 77 (30.47% from 255 or 19.90% from 387); Max value from RGB is 192 - color contains mainly: red. Hex color #C0764D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0764D is #3F89B2. Grayscale: #878787. Windows color (decimal): -4164019 or 5076672. OLE color: 5076672.
HSL color Cylindrical-coordinate representation of color #C0764D: hue angle of 21.39º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C0764D is Cyan = 0, Magento = 0.39, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 118 | 77 | - |
| CMYK | 0 | 0.39 | 0.60 | 0.25 |
| HSL | 21.39º | 0.48% | 0.53% | - |
| HSV(B) | 21.39º | 0.6% | 0.75% | - |
| XYZ | 29.56 | 24.7 | 10.23 | - |
| YUV | 135.45 | 95.02 | 168.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 118 | 77 | 0 | 0.39 | 0.60 | 0.25 | 21.39 | 0.48 | 0.53 |
| Hex | C0 | 76 | 4D | 0 | 27 | 3C | 19 | 15 | 30 | 35 |
| Octal | 300 | 166 | 115 | 0 | 47 | 74 | 31 | 25 | 60 | 65 |
| Binary | 11000000 | 1110110 | 1001101 | 0 | 100111 | 111100 | 11001 | 10101 | 110000 | 110101 |
Color Harmonies of #C0764D
Complementary color
Monochromatic Colors of #C0764D
Black with #C0764D
Text Example
Text Example
White with #C0764D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0764D; }
p { color: rgb(192,118,77); }
H1.HeaderClassName
{
color: #C0764D;
}
.AnyTagClassName
{
color: #C0764D;
}
</style>
background-color css
<style>
a { background-color: #C0764D; }
a { background-color: rgb(192,118,77); }
div.DivClassName
{
background-color: #C0764D;
}
.BgClassName
{
background-color: #C0764D;
}
</style>
border-color css
<style>
span { border-color: #C0764D; }
span { border-color: rgb(192,118,77); }
td.TdClassName
{
border-color: #C0764D;
}
.TagClassName
{
border-color: #C0764D;
}
</style>