Shades of Red Damask #C7654A
Tints of Red Damask #C7654A
RGB
CMYK
RGB Variations
Color information
#C7654A (or 0xC7654A) is known color: Red Damask. HEX triplet: C7, 65 and 4A. RGB value is (199,101,74). Sum of RGB (Red+Green+Blue) = 199+101+74=374 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.21% from 374); Green value is 101 (39.84% from 255 or 27.01% from 374); Blue value is 74 (29.30% from 255 or 19.79% from 374); Max value from RGB is 199 - color contains mainly: red. Hex color #C7654A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C7654A is #389AB5. Grayscale: #7F7F7F. Windows color (decimal): -3709622 or 4875719. OLE color: 4875719.
HSL color Cylindrical-coordinate representation of color #C7654A: hue angle of 12.96º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C7654A is Cyan = 0, Magento = 0.49, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 101 | 74 | - |
| CMYK | 0 | 0.49 | 0.63 | 0.22 |
| HSL | 12.96º | 0.53% | 0.54% | - |
| HSV(B) | 12.96º | 0.63% | 0.78% | - |
| XYZ | 29.44 | 21.94 | 9.16 | - |
| YUV | 127.22 | 97.97 | 179.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 101 | 74 | 0 | 0.49 | 0.63 | 0.22 | 12.96 | 0.53 | 0.54 |
| Hex | C7 | 65 | 4A | 0 | 31 | 3F | 16 | D | 35 | 36 |
| Octal | 307 | 145 | 112 | 0 | 61 | 77 | 26 | 15 | 65 | 66 |
| Binary | 11000111 | 1100101 | 1001010 | 0 | 110001 | 111111 | 10110 | 1101 | 110101 | 110110 |
Color Harmonies of #C7654A
Complementary color
Monochromatic Colors of #C7654A
Black with #C7654A
Text Example
Text Example
White with #C7654A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7654A; }
p { color: rgb(199,101,74); }
H1.HeaderClassName
{
color: #C7654A;
}
.AnyTagClassName
{
color: #C7654A;
}
</style>
background-color css
<style>
a { background-color: #C7654A; }
a { background-color: rgb(199,101,74); }
div.DivClassName
{
background-color: #C7654A;
}
.BgClassName
{
background-color: #C7654A;
}
</style>
border-color css
<style>
span { border-color: #C7654A; }
span { border-color: rgb(199,101,74); }
td.TdClassName
{
border-color: #C7654A;
}
.TagClassName
{
border-color: #C7654A;
}
</style>