Shades of Red Damask #C67852
Tints of Red Damask #C67852
RGB
CMYK
RGB Variations
Color information
#C67852 (or 0xC67852) is known color: Red Damask. HEX triplet: C6, 78 and 52. RGB value is (198,120,82). Sum of RGB (Red+Green+Blue) = 198+120+82=400 (52% of max value = 765). Red value is 198 (77.73% from 255 or 49.5% from 400); Green value is 120 (47.27% from 255 or 30% from 400); Blue value is 82 (32.42% from 255 or 20.5% from 400); Max value from RGB is 198 - color contains mainly: red. Hex color #C67852 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C67852 is #3987AD. Grayscale: #8B8B8B. Windows color (decimal): -3770286 or 5404870. OLE color: 5404870.
HSL color Cylindrical-coordinate representation of color #C67852: hue angle of 19.66º degrees, saturation: 0.5, 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 #C67852 is Cyan = 0, Magento = 0.39, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 120 | 82 | - |
| CMYK | 0 | 0.39 | 0.59 | 0.22 |
| HSL | 19.66º | 0.5% | 0.55% | - |
| HSV(B) | 19.66º | 0.59% | 0.78% | - |
| XYZ | 31.53 | 26.05 | 11.35 | - |
| YUV | 138.99 | 95.84 | 170.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 120 | 82 | 0 | 0.39 | 0.59 | 0.22 | 19.66 | 0.5 | 0.55 |
| Hex | C6 | 78 | 52 | 0 | 27 | 3B | 16 | 14 | 32 | 37 |
| Octal | 306 | 170 | 122 | 0 | 47 | 73 | 26 | 24 | 62 | 67 |
| Binary | 11000110 | 1111000 | 1010010 | 0 | 100111 | 111011 | 10110 | 10100 | 110010 | 110111 |
Color Harmonies of #C67852
Complementary color
Monochromatic Colors of #C67852
Black with #C67852
Text Example
Text Example
White with #C67852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67852; }
p { color: rgb(198,120,82); }
H1.HeaderClassName
{
color: #C67852;
}
.AnyTagClassName
{
color: #C67852;
}
</style>
background-color css
<style>
a { background-color: #C67852; }
a { background-color: rgb(198,120,82); }
div.DivClassName
{
background-color: #C67852;
}
.BgClassName
{
background-color: #C67852;
}
</style>
border-color css
<style>
span { border-color: #C67852; }
span { border-color: rgb(198,120,82); }
td.TdClassName
{
border-color: #C67852;
}
.TagClassName
{
border-color: #C67852;
}
</style>