Shades of Red Damask #C66C51
Tints of Red Damask #C66C51
RGB
CMYK
RGB Variations
Color information
#C66C51 (or 0xC66C51) is known color: Red Damask. HEX triplet: C6, 6C and 51. RGB value is (198,108,81). Sum of RGB (Red+Green+Blue) = 198+108+81=387 (51% of max value = 765). Red value is 198 (77.73% from 255 or 51.16% from 387); Green value is 108 (42.58% from 255 or 27.91% from 387); Blue value is 81 (32.03% from 255 or 20.93% from 387); Max value from RGB is 198 - color contains mainly: red. Hex color #C66C51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C66C51 is #3993AE. Grayscale: #848484. Windows color (decimal): -3773359 or 5336262. OLE color: 5336262.
HSL color Cylindrical-coordinate representation of color #C66C51: hue angle of 13.85º 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 #C66C51 is Cyan = 0, Magento = 0.45, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 108 | 81 | - |
| CMYK | 0 | 0.45 | 0.59 | 0.22 |
| HSL | 13.85º | 0.51% | 0.55% | - |
| HSV(B) | 13.85º | 0.59% | 0.78% | - |
| XYZ | 30.14 | 23.32 | 10.7 | - |
| YUV | 131.83 | 99.32 | 175.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 108 | 81 | 0 | 0.45 | 0.59 | 0.22 | 13.85 | 0.51 | 0.55 |
| Hex | C6 | 6C | 51 | 0 | 2D | 3B | 16 | E | 33 | 37 |
| Octal | 306 | 154 | 121 | 0 | 55 | 73 | 26 | 16 | 63 | 67 |
| Binary | 11000110 | 1101100 | 1010001 | 0 | 101101 | 111011 | 10110 | 1110 | 110011 | 110111 |
Color Harmonies of #C66C51
Complementary color
Monochromatic Colors of #C66C51
Black with #C66C51
Text Example
Text Example
White with #C66C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66C51; }
p { color: rgb(198,108,81); }
H1.HeaderClassName
{
color: #C66C51;
}
.AnyTagClassName
{
color: #C66C51;
}
</style>
background-color css
<style>
a { background-color: #C66C51; }
a { background-color: rgb(198,108,81); }
div.DivClassName
{
background-color: #C66C51;
}
.BgClassName
{
background-color: #C66C51;
}
</style>
border-color css
<style>
span { border-color: #C66C51; }
span { border-color: rgb(198,108,81); }
td.TdClassName
{
border-color: #C66C51;
}
.TagClassName
{
border-color: #C66C51;
}
</style>