Shades of Red Damask #C67050
Tints of Red Damask #C67050
RGB
CMYK
RGB Variations
Color information
#C67050 (or 0xC67050) is known color: Red Damask. HEX triplet: C6, 70 and 50. RGB value is (198,112,80). Sum of RGB (Red+Green+Blue) = 198+112+80=390 (51% of max value = 765). Red value is 198 (77.73% from 255 or 50.77% from 390); Green value is 112 (44.14% from 255 or 28.72% from 390); Blue value is 80 (31.64% from 255 or 20.51% from 390); Max value from RGB is 198 - color contains mainly: red. Hex color #C67050 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C67050 is #398FAF. Grayscale: #868686. Windows color (decimal): -3772336 or 5271750. OLE color: 5271750.
HSL color Cylindrical-coordinate representation of color #C67050: hue angle of 16.27º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C67050 is Cyan = 0, Magento = 0.43, Yellow = 0.60 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 112 | 80 | - |
| CMYK | 0 | 0.43 | 0.60 | 0.22 |
| HSL | 16.27º | 0.51% | 0.55% | - |
| HSV(B) | 16.27º | 0.6% | 0.78% | - |
| XYZ | 30.53 | 24.17 | 10.65 | - |
| YUV | 134.07 | 97.49 | 173.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 112 | 80 | 0 | 0.43 | 0.60 | 0.22 | 16.27 | 0.51 | 0.55 |
| Hex | C6 | 70 | 50 | 0 | 2B | 3C | 16 | 10 | 33 | 37 |
| Octal | 306 | 160 | 120 | 0 | 53 | 74 | 26 | 20 | 63 | 67 |
| Binary | 11000110 | 1110000 | 1010000 | 0 | 101011 | 111100 | 10110 | 10000 | 110011 | 110111 |
Color Harmonies of #C67050
Complementary color
Monochromatic Colors of #C67050
Black with #C67050
Text Example
Text Example
White with #C67050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67050; }
p { color: rgb(198,112,80); }
H1.HeaderClassName
{
color: #C67050;
}
.AnyTagClassName
{
color: #C67050;
}
</style>
background-color css
<style>
a { background-color: #C67050; }
a { background-color: rgb(198,112,80); }
div.DivClassName
{
background-color: #C67050;
}
.BgClassName
{
background-color: #C67050;
}
</style>
border-color css
<style>
span { border-color: #C67050; }
span { border-color: rgb(198,112,80); }
td.TdClassName
{
border-color: #C67050;
}
.TagClassName
{
border-color: #C67050;
}
</style>