Shades of Red Damask #C67851
Tints of Red Damask #C67851
RGB
CMYK
RGB Variations
Color information
#C67851 (or 0xC67851) is known color: Red Damask. HEX triplet: C6, 78 and 51. RGB value is (198,120,81). Sum of RGB (Red+Green+Blue) = 198+120+81=399 (52% of max value = 765). Red value is 198 (77.73% from 255 or 49.62% from 399); Green value is 120 (47.27% from 255 or 30.08% from 399); Blue value is 81 (32.03% from 255 or 20.30% from 399); Max value from RGB is 198 - color contains mainly: red. Hex color #C67851 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C67851 is #3987AE. Grayscale: #8B8B8B. Windows color (decimal): -3770287 or 5339334. OLE color: 5339334.
HSL color Cylindrical-coordinate representation of color #C67851: hue angle of 20º 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 #C67851 is Cyan = 0, Magento = 0.39, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 120 | 81 | - |
| CMYK | 0 | 0.39 | 0.59 | 0.22 |
| HSL | 20º | 0.51% | 0.55% | - |
| HSV(B) | 20º | 0.59% | 0.78% | - |
| XYZ | 31.49 | 26.03 | 11.15 | - |
| YUV | 138.88 | 95.34 | 170.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 120 | 81 | 0 | 0.39 | 0.59 | 0.22 | 20 | 0.51 | 0.55 |
| Hex | C6 | 78 | 51 | 0 | 27 | 3B | 16 | 14 | 33 | 37 |
| Octal | 306 | 170 | 121 | 0 | 47 | 73 | 26 | 24 | 63 | 67 |
| Binary | 11000110 | 1111000 | 1010001 | 0 | 100111 | 111011 | 10110 | 10100 | 110011 | 110111 |
Color Harmonies of #C67851
Complementary color
Monochromatic Colors of #C67851
Black with #C67851
Text Example
Text Example
White with #C67851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67851; }
p { color: rgb(198,120,81); }
H1.HeaderClassName
{
color: #C67851;
}
.AnyTagClassName
{
color: #C67851;
}
</style>
background-color css
<style>
a { background-color: #C67851; }
a { background-color: rgb(198,120,81); }
div.DivClassName
{
background-color: #C67851;
}
.BgClassName
{
background-color: #C67851;
}
</style>
border-color css
<style>
span { border-color: #C67851; }
span { border-color: rgb(198,120,81); }
td.TdClassName
{
border-color: #C67851;
}
.TagClassName
{
border-color: #C67851;
}
</style>