Shades of Red Damask #C6754A
Tints of Red Damask #C6754A
RGB
CMYK
RGB Variations
Color information
#C6754A (or 0xC6754A) is known color: Red Damask. HEX triplet: C6, 75 and 4A. RGB value is (198,117,74). Sum of RGB (Red+Green+Blue) = 198+117+74=389 (51% of max value = 765). Red value is 198 (77.73% from 255 or 50.90% from 389); Green value is 117 (46.09% from 255 or 30.08% from 389); Blue value is 74 (29.30% from 255 or 19.02% from 389); Max value from RGB is 198 - color contains mainly: red. Hex color #C6754A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C6754A is #398AB5. Grayscale: #888888. Windows color (decimal): -3771062 or 4879814. OLE color: 4879814.
HSL color Cylindrical-coordinate representation of color #C6754A: hue angle of 20.81º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C6754A is Cyan = 0, Magento = 0.41, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 117 | 74 | - |
| CMYK | 0 | 0.41 | 0.63 | 0.22 |
| HSL | 20.81º | 0.52% | 0.53% | - |
| HSV(B) | 20.81º | 0.63% | 0.78% | - |
| XYZ | 30.89 | 25.22 | 9.72 | - |
| YUV | 136.32 | 92.84 | 172 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 117 | 74 | 0 | 0.41 | 0.63 | 0.22 | 20.81 | 0.52 | 0.53 |
| Hex | C6 | 75 | 4A | 0 | 29 | 3F | 16 | 15 | 34 | 35 |
| Octal | 306 | 165 | 112 | 0 | 51 | 77 | 26 | 25 | 64 | 65 |
| Binary | 11000110 | 1110101 | 1001010 | 0 | 101001 | 111111 | 10110 | 10101 | 110100 | 110101 |
Color Harmonies of #C6754A
Complementary color
Monochromatic Colors of #C6754A
Black with #C6754A
Text Example
Text Example
White with #C6754A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6754A; }
p { color: rgb(198,117,74); }
H1.HeaderClassName
{
color: #C6754A;
}
.AnyTagClassName
{
color: #C6754A;
}
</style>
background-color css
<style>
a { background-color: #C6754A; }
a { background-color: rgb(198,117,74); }
div.DivClassName
{
background-color: #C6754A;
}
.BgClassName
{
background-color: #C6754A;
}
</style>
border-color css
<style>
span { border-color: #C6754A; }
span { border-color: rgb(198,117,74); }
td.TdClassName
{
border-color: #C6754A;
}
.TagClassName
{
border-color: #C6754A;
}
</style>