Shades of Red Damask #C66F4C
Tints of Red Damask #C66F4C
RGB
CMYK
RGB Variations
Color information
#C66F4C (or 0xC66F4C) is known color: Red Damask. HEX triplet: C6, 6F and 4C. RGB value is (198,111,76). Sum of RGB (Red+Green+Blue) = 198+111+76=385 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.43% from 385); Green value is 111 (43.75% from 255 or 28.83% from 385); Blue value is 76 (30.08% from 255 or 19.74% from 385); Max value from RGB is 198 - color contains mainly: red. Hex color #C66F4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C66F4C is #3990B3. Grayscale: #858585. Windows color (decimal): -3772596 or 5009350. OLE color: 5009350.
HSL color Cylindrical-coordinate representation of color #C66F4C: hue angle of 17.21º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C66F4C is Cyan = 0, Magento = 0.44, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 111 | 76 | - |
| CMYK | 0 | 0.44 | 0.62 | 0.22 |
| HSL | 17.21º | 0.52% | 0.54% | - |
| HSV(B) | 17.21º | 0.62% | 0.78% | - |
| XYZ | 30.28 | 23.9 | 9.85 | - |
| YUV | 133.02 | 95.82 | 174.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 111 | 76 | 0 | 0.44 | 0.62 | 0.22 | 17.21 | 0.52 | 0.54 |
| Hex | C6 | 6F | 4C | 0 | 2C | 3E | 16 | 11 | 34 | 36 |
| Octal | 306 | 157 | 114 | 0 | 54 | 76 | 26 | 21 | 64 | 66 |
| Binary | 11000110 | 1101111 | 1001100 | 0 | 101100 | 111110 | 10110 | 10001 | 110100 | 110110 |
Color Harmonies of #C66F4C
Complementary color
Monochromatic Colors of #C66F4C
Black with #C66F4C
Text Example
Text Example
White with #C66F4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66F4C; }
p { color: rgb(198,111,76); }
H1.HeaderClassName
{
color: #C66F4C;
}
.AnyTagClassName
{
color: #C66F4C;
}
</style>
background-color css
<style>
a { background-color: #C66F4C; }
a { background-color: rgb(198,111,76); }
div.DivClassName
{
background-color: #C66F4C;
}
.BgClassName
{
background-color: #C66F4C;
}
</style>
border-color css
<style>
span { border-color: #C66F4C; }
span { border-color: rgb(198,111,76); }
td.TdClassName
{
border-color: #C66F4C;
}
.TagClassName
{
border-color: #C66F4C;
}
</style>