Shades of Red Damask #C8664D
Tints of Red Damask #C8664D
RGB
CMYK
RGB Variations
Color information
#C8664D (or 0xC8664D) is known color: Red Damask. HEX triplet: C8, 66 and 4D. RGB value is (200,102,77). Sum of RGB (Red+Green+Blue) = 200+102+77=379 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.77% from 379); Green value is 102 (40.23% from 255 or 26.91% from 379); Blue value is 77 (30.47% from 255 or 20.32% from 379); Max value from RGB is 200 - color contains mainly: red. Hex color #C8664D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8664D is #3799B2. Grayscale: #808080. Windows color (decimal): -3643827 or 5072584. OLE color: 5072584.
HSL color Cylindrical-coordinate representation of color #C8664D: hue angle of 12.2º 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 #C8664D is Cyan = 0, Magento = 0.49, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 102 | 77 | - |
| CMYK | 0 | 0.49 | 0.62 | 0.22 |
| HSL | 12.2º | 0.53% | 0.54% | - |
| HSV(B) | 12.2º | 0.62% | 0.78% | - |
| XYZ | 29.91 | 22.32 | 9.75 | - |
| YUV | 128.45 | 98.97 | 179.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 102 | 77 | 0 | 0.49 | 0.62 | 0.22 | 12.2 | 0.53 | 0.54 |
| Hex | C8 | 66 | 4D | 0 | 31 | 3E | 16 | C | 35 | 36 |
| Octal | 310 | 146 | 115 | 0 | 61 | 76 | 26 | 14 | 65 | 66 |
| Binary | 11001000 | 1100110 | 1001101 | 0 | 110001 | 111110 | 10110 | 1100 | 110101 | 110110 |
Color Harmonies of #C8664D
Complementary color
Monochromatic Colors of #C8664D
Black with #C8664D
Text Example
Text Example
White with #C8664D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8664D; }
p { color: rgb(200,102,77); }
H1.HeaderClassName
{
color: #C8664D;
}
.AnyTagClassName
{
color: #C8664D;
}
</style>
background-color css
<style>
a { background-color: #C8664D; }
a { background-color: rgb(200,102,77); }
div.DivClassName
{
background-color: #C8664D;
}
.BgClassName
{
background-color: #C8664D;
}
</style>
border-color css
<style>
span { border-color: #C8664D; }
span { border-color: rgb(200,102,77); }
td.TdClassName
{
border-color: #C8664D;
}
.TagClassName
{
border-color: #C8664D;
}
</style>