Shades of Red Damask #C66B4C
Tints of Red Damask #C66B4C
RGB
CMYK
RGB Variations
Color information
#C66B4C (or 0xC66B4C) is known color: Red Damask. HEX triplet: C6, 6B and 4C. RGB value is (198,107,76). Sum of RGB (Red+Green+Blue) = 198+107+76=381 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.97% from 381); Green value is 107 (42.19% from 255 or 28.08% from 381); Blue value is 76 (30.08% from 255 or 19.95% from 381); Max value from RGB is 198 - color contains mainly: red. Hex color #C66B4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C66B4C is #3994B3. Grayscale: #828282. Windows color (decimal): -3773620 or 5008326. OLE color: 5008326.
HSL color Cylindrical-coordinate representation of color #C66B4C: hue angle of 15.25º 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 #C66B4C is Cyan = 0, Magento = 0.46, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 107 | 76 | - |
| CMYK | 0 | 0.46 | 0.62 | 0.22 |
| HSL | 15.25º | 0.52% | 0.54% | - |
| HSV(B) | 15.25º | 0.62% | 0.78% | - |
| XYZ | 29.85 | 23.04 | 9.71 | - |
| YUV | 130.68 | 97.15 | 176.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 107 | 76 | 0 | 0.46 | 0.62 | 0.22 | 15.25 | 0.52 | 0.54 |
| Hex | C6 | 6B | 4C | 0 | 2E | 3E | 16 | F | 34 | 36 |
| Octal | 306 | 153 | 114 | 0 | 56 | 76 | 26 | 17 | 64 | 66 |
| Binary | 11000110 | 1101011 | 1001100 | 0 | 101110 | 111110 | 10110 | 1111 | 110100 | 110110 |
Color Harmonies of #C66B4C
Complementary color
Monochromatic Colors of #C66B4C
Black with #C66B4C
Text Example
Text Example
White with #C66B4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66B4C; }
p { color: rgb(198,107,76); }
H1.HeaderClassName
{
color: #C66B4C;
}
.AnyTagClassName
{
color: #C66B4C;
}
</style>
background-color css
<style>
a { background-color: #C66B4C; }
a { background-color: rgb(198,107,76); }
div.DivClassName
{
background-color: #C66B4C;
}
.BgClassName
{
background-color: #C66B4C;
}
</style>
border-color css
<style>
span { border-color: #C66B4C; }
span { border-color: rgb(198,107,76); }
td.TdClassName
{
border-color: #C66B4C;
}
.TagClassName
{
border-color: #C66B4C;
}
</style>