Shades of Red Damask #C6664C
Tints of Red Damask #C6664C
RGB
CMYK
RGB Variations
Color information
#C6664C (or 0xC6664C) is known color: Red Damask. HEX triplet: C6, 66 and 4C. RGB value is (198,102,76). Sum of RGB (Red+Green+Blue) = 198+102+76=376 (49% of max value = 765). Red value is 198 (77.73% from 255 or 52.66% from 376); Green value is 102 (40.23% from 255 or 27.13% from 376); Blue value is 76 (30.08% from 255 or 20.21% from 376); Max value from RGB is 198 - color contains mainly: red. Hex color #C6664C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C6664C is #3999B3. Grayscale: #7F7F7F. Windows color (decimal): -3774900 or 5007046. OLE color: 5007046.
HSL color Cylindrical-coordinate representation of color #C6664C: hue angle of 12.79º 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 #C6664C is Cyan = 0, Magento = 0.48, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 102 | 76 | - |
| CMYK | 0 | 0.48 | 0.62 | 0.22 |
| HSL | 12.79º | 0.52% | 0.54% | - |
| HSV(B) | 12.79º | 0.62% | 0.78% | - |
| XYZ | 29.34 | 22.03 | 9.54 | - |
| YUV | 127.74 | 98.8 | 178.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 102 | 76 | 0 | 0.48 | 0.62 | 0.22 | 12.79 | 0.52 | 0.54 |
| Hex | C6 | 66 | 4C | 0 | 30 | 3E | 16 | D | 34 | 36 |
| Octal | 306 | 146 | 114 | 0 | 60 | 76 | 26 | 15 | 64 | 66 |
| Binary | 11000110 | 1100110 | 1001100 | 0 | 110000 | 111110 | 10110 | 1101 | 110100 | 110110 |
Color Harmonies of #C6664C
Complementary color
Monochromatic Colors of #C6664C
Black with #C6664C
Text Example
Text Example
White with #C6664C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6664C; }
p { color: rgb(198,102,76); }
H1.HeaderClassName
{
color: #C6664C;
}
.AnyTagClassName
{
color: #C6664C;
}
</style>
background-color css
<style>
a { background-color: #C6664C; }
a { background-color: rgb(198,102,76); }
div.DivClassName
{
background-color: #C6664C;
}
.BgClassName
{
background-color: #C6664C;
}
</style>
border-color css
<style>
span { border-color: #C6664C; }
span { border-color: rgb(198,102,76); }
td.TdClassName
{
border-color: #C6664C;
}
.TagClassName
{
border-color: #C6664C;
}
</style>