Shades of Red Damask #C1764F
Tints of Red Damask #C1764F
RGB
CMYK
RGB Variations
Color information
#C1764F (or 0xC1764F) is known color: Red Damask. HEX triplet: C1, 76 and 4F. RGB value is (193,118,79). Sum of RGB (Red+Green+Blue) = 193+118+79=390 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.49% from 390); Green value is 118 (46.48% from 255 or 30.26% from 390); Blue value is 79 (31.25% from 255 or 20.26% from 390); Max value from RGB is 193 - color contains mainly: red. Hex color #C1764F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1764F is #3E89B0. Grayscale: #888888. Windows color (decimal): -4098481 or 5207745. OLE color: 5207745.
HSL color Cylindrical-coordinate representation of color #C1764F: hue angle of 20.53º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C1764F is Cyan = 0, Magento = 0.39, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 118 | 79 | - |
| CMYK | 0 | 0.39 | 0.59 | 0.24 |
| HSL | 20.53º | 0.48% | 0.53% | - |
| HSV(B) | 20.53º | 0.59% | 0.76% | - |
| XYZ | 29.88 | 24.86 | 10.62 | - |
| YUV | 135.98 | 95.85 | 168.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 118 | 79 | 0 | 0.39 | 0.59 | 0.24 | 20.53 | 0.48 | 0.53 |
| Hex | C1 | 76 | 4F | 0 | 27 | 3B | 18 | 15 | 30 | 35 |
| Octal | 301 | 166 | 117 | 0 | 47 | 73 | 30 | 25 | 60 | 65 |
| Binary | 11000001 | 1110110 | 1001111 | 0 | 100111 | 111011 | 11000 | 10101 | 110000 | 110101 |
Color Harmonies of #C1764F
Complementary color
Monochromatic Colors of #C1764F
Black with #C1764F
Text Example
Text Example
White with #C1764F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1764F; }
p { color: rgb(193,118,79); }
H1.HeaderClassName
{
color: #C1764F;
}
.AnyTagClassName
{
color: #C1764F;
}
</style>
background-color css
<style>
a { background-color: #C1764F; }
a { background-color: rgb(193,118,79); }
div.DivClassName
{
background-color: #C1764F;
}
.BgClassName
{
background-color: #C1764F;
}
</style>
border-color css
<style>
span { border-color: #C1764F; }
span { border-color: rgb(193,118,79); }
td.TdClassName
{
border-color: #C1764F;
}
.TagClassName
{
border-color: #C1764F;
}
</style>