Shades of Red Damask #C7664D
Tints of Red Damask #C7664D
RGB
CMYK
RGB Variations
Color information
#C7664D (or 0xC7664D) is known color: Red Damask. HEX triplet: C7, 66 and 4D. RGB value is (199,102,77). Sum of RGB (Red+Green+Blue) = 199+102+77=378 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.65% from 378); Green value is 102 (40.23% from 255 or 26.98% from 378); Blue value is 77 (30.47% from 255 or 20.37% from 378); Max value from RGB is 199 - color contains mainly: red. Hex color #C7664D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7664D is #3899B2. Grayscale: #808080. Windows color (decimal): -3709363 or 5072583. OLE color: 5072583.
HSL color Cylindrical-coordinate representation of color #C7664D: hue angle of 12.3º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C7664D is Cyan = 0, Magento = 0.49, Yellow = 0.61 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 102 | 77 | - |
| CMYK | 0 | 0.49 | 0.61 | 0.22 |
| HSL | 12.3º | 0.52% | 0.54% | - |
| HSV(B) | 12.3º | 0.61% | 0.78% | - |
| XYZ | 29.64 | 22.18 | 9.74 | - |
| YUV | 128.15 | 99.14 | 178.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 102 | 77 | 0 | 0.49 | 0.61 | 0.22 | 12.3 | 0.52 | 0.54 |
| Hex | C7 | 66 | 4D | 0 | 31 | 3D | 16 | C | 34 | 36 |
| Octal | 307 | 146 | 115 | 0 | 61 | 75 | 26 | 14 | 64 | 66 |
| Binary | 11000111 | 1100110 | 1001101 | 0 | 110001 | 111101 | 10110 | 1100 | 110100 | 110110 |
Color Harmonies of #C7664D
Complementary color
Monochromatic Colors of #C7664D
Black with #C7664D
Text Example
Text Example
White with #C7664D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7664D; }
p { color: rgb(199,102,77); }
H1.HeaderClassName
{
color: #C7664D;
}
.AnyTagClassName
{
color: #C7664D;
}
</style>
background-color css
<style>
a { background-color: #C7664D; }
a { background-color: rgb(199,102,77); }
div.DivClassName
{
background-color: #C7664D;
}
.BgClassName
{
background-color: #C7664D;
}
</style>
border-color css
<style>
span { border-color: #C7664D; }
span { border-color: rgb(199,102,77); }
td.TdClassName
{
border-color: #C7664D;
}
.TagClassName
{
border-color: #C7664D;
}
</style>