Shades of Red Damask #C67248
Tints of Red Damask #C67248
RGB
CMYK
RGB Variations
Color information
#C67248 (or 0xC67248) is known color: Red Damask. HEX triplet: C6, 72 and 48. RGB value is (198,114,72). Sum of RGB (Red+Green+Blue) = 198+114+72=384 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.56% from 384); Green value is 114 (44.92% from 255 or 29.69% from 384); Blue value is 72 (28.52% from 255 or 18.75% from 384); Max value from RGB is 198 - color contains mainly: red. Hex color #C67248 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C67248 is #398DB7. Grayscale: #868686. Windows color (decimal): -3771832 or 4747974. OLE color: 4747974.
HSL color Cylindrical-coordinate representation of color #C67248: hue angle of 20º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C67248 is Cyan = 0, Magento = 0.42, Yellow = 0.64 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 114 | 72 | - |
| CMYK | 0 | 0.42 | 0.64 | 0.22 |
| HSL | 20º | 0.53% | 0.53% | - |
| HSV(B) | 20º | 0.64% | 0.78% | - |
| XYZ | 30.48 | 24.51 | 9.26 | - |
| YUV | 134.33 | 92.83 | 173.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 114 | 72 | 0 | 0.42 | 0.64 | 0.22 | 20 | 0.53 | 0.53 |
| Hex | C6 | 72 | 48 | 0 | 2A | 40 | 16 | 14 | 34 | 35 |
| Octal | 306 | 162 | 110 | 0 | 52 | 100 | 26 | 24 | 64 | 65 |
| Binary | 11000110 | 1110010 | 1001000 | 0 | 101010 | 1000000 | 10110 | 10100 | 110100 | 110101 |
Color Harmonies of #C67248
Complementary color
Monochromatic Colors of #C67248
Black with #C67248
Text Example
Text Example
White with #C67248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67248; }
p { color: rgb(198,114,72); }
H1.HeaderClassName
{
color: #C67248;
}
.AnyTagClassName
{
color: #C67248;
}
</style>
background-color css
<style>
a { background-color: #C67248; }
a { background-color: rgb(198,114,72); }
div.DivClassName
{
background-color: #C67248;
}
.BgClassName
{
background-color: #C67248;
}
</style>
border-color css
<style>
span { border-color: #C67248; }
span { border-color: rgb(198,114,72); }
td.TdClassName
{
border-color: #C67248;
}
.TagClassName
{
border-color: #C67248;
}
</style>