Shades of Red Damask #C66B4A
Tints of Red Damask #C66B4A
RGB
CMYK
RGB Variations
Color information
#C66B4A (or 0xC66B4A) is known color: Red Damask. HEX triplet: C6, 6B and 4A. RGB value is (198,107,74). Sum of RGB (Red+Green+Blue) = 198+107+74=379 (50% of max value = 765). Red value is 198 (77.73% from 255 or 52.24% from 379); Green value is 107 (42.19% from 255 or 28.23% from 379); Blue value is 74 (29.30% from 255 or 19.53% from 379); Max value from RGB is 198 - color contains mainly: red. Hex color #C66B4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C66B4A is #3994B5. Grayscale: #828282. Windows color (decimal): -3773622 or 4877254. OLE color: 4877254.
HSL color Cylindrical-coordinate representation of color #C66B4A: hue angle of 15.97º 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 #C66B4A is Cyan = 0, Magento = 0.46, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 107 | 74 | - |
| CMYK | 0 | 0.46 | 0.63 | 0.22 |
| HSL | 15.97º | 0.52% | 0.53% | - |
| HSV(B) | 15.97º | 0.63% | 0.78% | - |
| XYZ | 29.78 | 23.02 | 9.35 | - |
| YUV | 130.45 | 96.15 | 176.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 107 | 74 | 0 | 0.46 | 0.63 | 0.22 | 15.97 | 0.52 | 0.53 |
| Hex | C6 | 6B | 4A | 0 | 2E | 3F | 16 | 10 | 34 | 35 |
| Octal | 306 | 153 | 112 | 0 | 56 | 77 | 26 | 20 | 64 | 65 |
| Binary | 11000110 | 1101011 | 1001010 | 0 | 101110 | 111111 | 10110 | 10000 | 110100 | 110101 |
Color Harmonies of #C66B4A
Complementary color
Monochromatic Colors of #C66B4A
Black with #C66B4A
Text Example
Text Example
White with #C66B4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66B4A; }
p { color: rgb(198,107,74); }
H1.HeaderClassName
{
color: #C66B4A;
}
.AnyTagClassName
{
color: #C66B4A;
}
</style>
background-color css
<style>
a { background-color: #C66B4A; }
a { background-color: rgb(198,107,74); }
div.DivClassName
{
background-color: #C66B4A;
}
.BgClassName
{
background-color: #C66B4A;
}
</style>
border-color css
<style>
span { border-color: #C66B4A; }
span { border-color: rgb(198,107,74); }
td.TdClassName
{
border-color: #C66B4A;
}
.TagClassName
{
border-color: #C66B4A;
}
</style>