Shades of Red Damask #C6724B
Tints of Red Damask #C6724B
RGB
CMYK
RGB Variations
Color information
#C6724B (or 0xC6724B) is known color: Red Damask. HEX triplet: C6, 72 and 4B. RGB value is (198,114,75). Sum of RGB (Red+Green+Blue) = 198+114+75=387 (51% of max value = 765). Red value is 198 (77.73% from 255 or 51.16% from 387); Green value is 114 (44.92% from 255 or 29.46% from 387); Blue value is 75 (29.69% from 255 or 19.38% from 387); Max value from RGB is 198 - color contains mainly: red. Hex color #C6724B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C6724B is #398DB4. Grayscale: #868686. Windows color (decimal): -3771829 or 4944582. OLE color: 4944582.
HSL color Cylindrical-coordinate representation of color #C6724B: hue angle of 19.02º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C6724B is Cyan = 0, Magento = 0.42, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 114 | 75 | - |
| CMYK | 0 | 0.42 | 0.62 | 0.22 |
| HSL | 19.02º | 0.52% | 0.54% | - |
| HSV(B) | 19.02º | 0.62% | 0.78% | - |
| XYZ | 30.58 | 24.55 | 9.78 | - |
| YUV | 134.67 | 94.33 | 173.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 114 | 75 | 0 | 0.42 | 0.62 | 0.22 | 19.02 | 0.52 | 0.54 |
| Hex | C6 | 72 | 4B | 0 | 2A | 3E | 16 | 13 | 34 | 36 |
| Octal | 306 | 162 | 113 | 0 | 52 | 76 | 26 | 23 | 64 | 66 |
| Binary | 11000110 | 1110010 | 1001011 | 0 | 101010 | 111110 | 10110 | 10011 | 110100 | 110110 |
Color Harmonies of #C6724B
Complementary color
Monochromatic Colors of #C6724B
Black with #C6724B
Text Example
Text Example
White with #C6724B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6724B; }
p { color: rgb(198,114,75); }
H1.HeaderClassName
{
color: #C6724B;
}
.AnyTagClassName
{
color: #C6724B;
}
</style>
background-color css
<style>
a { background-color: #C6724B; }
a { background-color: rgb(198,114,75); }
div.DivClassName
{
background-color: #C6724B;
}
.BgClassName
{
background-color: #C6724B;
}
</style>
border-color css
<style>
span { border-color: #C6724B; }
span { border-color: rgb(198,114,75); }
td.TdClassName
{
border-color: #C6724B;
}
.TagClassName
{
border-color: #C6724B;
}
</style>