Shades of Red Damask #C67251
Tints of Red Damask #C67251
RGB
CMYK
RGB Variations
Color information
#C67251 (or 0xC67251) is known color: Red Damask. HEX triplet: C6, 72 and 51. RGB value is (198,114,81). Sum of RGB (Red+Green+Blue) = 198+114+81=393 (52% of max value = 765). Red value is 198 (77.73% from 255 or 50.38% from 393); Green value is 114 (44.92% from 255 or 29.01% from 393); Blue value is 81 (32.03% from 255 or 20.61% from 393); Max value from RGB is 198 - color contains mainly: red. Hex color #C67251 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C67251 is #398DAE. Grayscale: #878787. Windows color (decimal): -3771823 or 5337798. OLE color: 5337798.
HSL color Cylindrical-coordinate representation of color #C67251: hue angle of 16.92º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C67251 is Cyan = 0, Magento = 0.42, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 114 | 81 | - |
| CMYK | 0 | 0.42 | 0.59 | 0.22 |
| HSL | 16.92º | 0.51% | 0.55% | - |
| HSV(B) | 16.92º | 0.59% | 0.78% | - |
| XYZ | 30.79 | 24.63 | 10.92 | - |
| YUV | 135.35 | 97.33 | 172.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 114 | 81 | 0 | 0.42 | 0.59 | 0.22 | 16.92 | 0.51 | 0.55 |
| Hex | C6 | 72 | 51 | 0 | 2A | 3B | 16 | 11 | 33 | 37 |
| Octal | 306 | 162 | 121 | 0 | 52 | 73 | 26 | 21 | 63 | 67 |
| Binary | 11000110 | 1110010 | 1010001 | 0 | 101010 | 111011 | 10110 | 10001 | 110011 | 110111 |
Color Harmonies of #C67251
Complementary color
Monochromatic Colors of #C67251
Black with #C67251
Text Example
Text Example
White with #C67251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67251; }
p { color: rgb(198,114,81); }
H1.HeaderClassName
{
color: #C67251;
}
.AnyTagClassName
{
color: #C67251;
}
</style>
background-color css
<style>
a { background-color: #C67251; }
a { background-color: rgb(198,114,81); }
div.DivClassName
{
background-color: #C67251;
}
.BgClassName
{
background-color: #C67251;
}
</style>
border-color css
<style>
span { border-color: #C67251; }
span { border-color: rgb(198,114,81); }
td.TdClassName
{
border-color: #C67251;
}
.TagClassName
{
border-color: #C67251;
}
</style>