Shades of Red Damask #C67753
Tints of Red Damask #C67753
RGB
CMYK
RGB Variations
Color information
#C67753 (or 0xC67753) is known color: Red Damask. HEX triplet: C6, 77 and 53. RGB value is (198,119,83). Sum of RGB (Red+Green+Blue) = 198+119+83=400 (52% of max value = 765). Red value is 198 (77.73% from 255 or 49.5% from 400); Green value is 119 (46.88% from 255 or 29.75% from 400); Blue value is 83 (32.81% from 255 or 20.75% from 400); Max value from RGB is 198 - color contains mainly: red. Hex color #C67753 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C67753 is #3988AC. Grayscale: #8A8A8A. Windows color (decimal): -3770541 or 5470150. OLE color: 5470150.
HSL color Cylindrical-coordinate representation of color #C67753: hue angle of 18.78º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C67753 is Cyan = 0, Magento = 0.40, Yellow = 0.58 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 119 | 83 | - |
| CMYK | 0 | 0.40 | 0.58 | 0.22 |
| HSL | 18.78º | 0.5% | 0.55% | - |
| HSV(B) | 18.78º | 0.58% | 0.78% | - |
| XYZ | 31.45 | 25.82 | 11.51 | - |
| YUV | 138.52 | 96.67 | 170.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 119 | 83 | 0 | 0.40 | 0.58 | 0.22 | 18.78 | 0.5 | 0.55 |
| Hex | C6 | 77 | 53 | 0 | 28 | 3A | 16 | 13 | 32 | 37 |
| Octal | 306 | 167 | 123 | 0 | 50 | 72 | 26 | 23 | 62 | 67 |
| Binary | 11000110 | 1110111 | 1010011 | 0 | 101000 | 111010 | 10110 | 10011 | 110010 | 110111 |
Color Harmonies of #C67753
Complementary color
Monochromatic Colors of #C67753
Black with #C67753
Text Example
Text Example
White with #C67753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67753; }
p { color: rgb(198,119,83); }
H1.HeaderClassName
{
color: #C67753;
}
.AnyTagClassName
{
color: #C67753;
}
</style>
background-color css
<style>
a { background-color: #C67753; }
a { background-color: rgb(198,119,83); }
div.DivClassName
{
background-color: #C67753;
}
.BgClassName
{
background-color: #C67753;
}
</style>
border-color css
<style>
span { border-color: #C67753; }
span { border-color: rgb(198,119,83); }
td.TdClassName
{
border-color: #C67753;
}
.TagClassName
{
border-color: #C67753;
}
</style>