Shades of Red Damask #C8664C
Tints of Red Damask #C8664C
RGB
CMYK
RGB Variations
Color information
#C8664C (or 0xC8664C) is known color: Red Damask. HEX triplet: C8, 66 and 4C. RGB value is (200,102,76). Sum of RGB (Red+Green+Blue) = 200+102+76=378 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.91% from 378); Green value is 102 (40.23% from 255 or 26.98% from 378); Blue value is 76 (30.08% from 255 or 20.11% from 378); Max value from RGB is 200 - color contains mainly: red. Hex color #C8664C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C8664C is #3799B3. Grayscale: #808080. Windows color (decimal): -3643828 or 5007048. OLE color: 5007048.
HSL color Cylindrical-coordinate representation of color #C8664C: hue angle of 12.58º degrees, saturation: 0.53, 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 #C8664C is Cyan = 0, Magento = 0.49, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 102 | 76 | - |
| CMYK | 0 | 0.49 | 0.62 | 0.22 |
| HSL | 12.58º | 0.53% | 0.54% | - |
| HSV(B) | 12.58º | 0.62% | 0.78% | - |
| XYZ | 29.88 | 22.3 | 9.57 | - |
| YUV | 128.34 | 98.47 | 179.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 102 | 76 | 0 | 0.49 | 0.62 | 0.22 | 12.58 | 0.53 | 0.54 |
| Hex | C8 | 66 | 4C | 0 | 31 | 3E | 16 | D | 35 | 36 |
| Octal | 310 | 146 | 114 | 0 | 61 | 76 | 26 | 15 | 65 | 66 |
| Binary | 11001000 | 1100110 | 1001100 | 0 | 110001 | 111110 | 10110 | 1101 | 110101 | 110110 |
Color Harmonies of #C8664C
Complementary color
Monochromatic Colors of #C8664C
Black with #C8664C
Text Example
Text Example
White with #C8664C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8664C; }
p { color: rgb(200,102,76); }
H1.HeaderClassName
{
color: #C8664C;
}
.AnyTagClassName
{
color: #C8664C;
}
</style>
background-color css
<style>
a { background-color: #C8664C; }
a { background-color: rgb(200,102,76); }
div.DivClassName
{
background-color: #C8664C;
}
.BgClassName
{
background-color: #C8664C;
}
</style>
border-color css
<style>
span { border-color: #C8664C; }
span { border-color: rgb(200,102,76); }
td.TdClassName
{
border-color: #C8664C;
}
.TagClassName
{
border-color: #C8664C;
}
</style>