Shades of Red Damask #C7654B
Tints of Red Damask #C7654B
RGB
CMYK
RGB Variations
Color information
#C7654B (or 0xC7654B) is known color: Red Damask. HEX triplet: C7, 65 and 4B. RGB value is (199,101,75). Sum of RGB (Red+Green+Blue) = 199+101+75=375 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.07% from 375); Green value is 101 (39.84% from 255 or 26.93% from 375); Blue value is 75 (29.69% from 255 or 20% from 375); Max value from RGB is 199 - color contains mainly: red. Hex color #C7654B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C7654B is #389AB4. Grayscale: #7F7F7F. Windows color (decimal): -3709621 or 4941255. OLE color: 4941255.
HSL color Cylindrical-coordinate representation of color #C7654B: 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 #C7654B is Cyan = 0, Magento = 0.49, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 101 | 75 | - |
| 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.48 | 21.96 | 9.34 | - |
| YUV | 127.34 | 98.47 | 179.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 101 | 75 | 0 | 0.49 | 0.62 | 0.22 | 12.58 | 0.53 | 0.54 |
| Hex | C7 | 65 | 4B | 0 | 31 | 3E | 16 | D | 35 | 36 |
| Octal | 307 | 145 | 113 | 0 | 61 | 76 | 26 | 15 | 65 | 66 |
| Binary | 11000111 | 1100101 | 1001011 | 0 | 110001 | 111110 | 10110 | 1101 | 110101 | 110110 |
Color Harmonies of #C7654B
Complementary color
Monochromatic Colors of #C7654B
Black with #C7654B
Text Example
Text Example
White with #C7654B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7654B; }
p { color: rgb(199,101,75); }
H1.HeaderClassName
{
color: #C7654B;
}
.AnyTagClassName
{
color: #C7654B;
}
</style>
background-color css
<style>
a { background-color: #C7654B; }
a { background-color: rgb(199,101,75); }
div.DivClassName
{
background-color: #C7654B;
}
.BgClassName
{
background-color: #C7654B;
}
</style>
border-color css
<style>
span { border-color: #C7654B; }
span { border-color: rgb(199,101,75); }
td.TdClassName
{
border-color: #C7654B;
}
.TagClassName
{
border-color: #C7654B;
}
</style>