Shades of Red Damask #C07652
Tints of Red Damask #C07652
RGB
CMYK
RGB Variations
Color information
#C07652 (or 0xC07652) is known color: Red Damask. HEX triplet: C0, 76 and 52. RGB value is (192,118,82). Sum of RGB (Red+Green+Blue) = 192+118+82=392 (51% of max value = 765). Red value is 192 (75.39% from 255 or 48.98% from 392); Green value is 118 (46.48% from 255 or 30.10% from 392); Blue value is 82 (32.42% from 255 or 20.92% from 392); Max value from RGB is 192 - color contains mainly: red. Hex color #C07652 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07652 is #3F89AD. Grayscale: #888888. Windows color (decimal): -4164014 or 5404352. OLE color: 5404352.
HSL color Cylindrical-coordinate representation of color #C07652: hue angle of 19.64º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C07652 is Cyan = 0, Magento = 0.39, Yellow = 0.57 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 118 | 82 | - |
| CMYK | 0 | 0.39 | 0.57 | 0.25 |
| HSL | 19.64º | 0.47% | 0.54% | - |
| HSV(B) | 19.64º | 0.57% | 0.75% | - |
| XYZ | 29.74 | 24.77 | 11.2 | - |
| YUV | 136.02 | 97.52 | 167.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 118 | 82 | 0 | 0.39 | 0.57 | 0.25 | 19.64 | 0.47 | 0.54 |
| Hex | C0 | 76 | 52 | 0 | 27 | 39 | 19 | 14 | 2F | 36 |
| Octal | 300 | 166 | 122 | 0 | 47 | 71 | 31 | 24 | 57 | 66 |
| Binary | 11000000 | 1110110 | 1010010 | 0 | 100111 | 111001 | 11001 | 10100 | 101111 | 110110 |
Color Harmonies of #C07652
Complementary color
Monochromatic Colors of #C07652
Black with #C07652
Text Example
Text Example
White with #C07652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07652; }
p { color: rgb(192,118,82); }
H1.HeaderClassName
{
color: #C07652;
}
.AnyTagClassName
{
color: #C07652;
}
</style>
background-color css
<style>
a { background-color: #C07652; }
a { background-color: rgb(192,118,82); }
div.DivClassName
{
background-color: #C07652;
}
.BgClassName
{
background-color: #C07652;
}
</style>
border-color css
<style>
span { border-color: #C07652; }
span { border-color: rgb(192,118,82); }
td.TdClassName
{
border-color: #C07652;
}
.TagClassName
{
border-color: #C07652;
}
</style>