Shades of Red Damask #C1764C
Tints of Red Damask #C1764C
RGB
CMYK
RGB Variations
Color information
#C1764C (or 0xC1764C) is known color: Red Damask. HEX triplet: C1, 76 and 4C. RGB value is (193,118,76). Sum of RGB (Red+Green+Blue) = 193+118+76=387 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.87% from 387); Green value is 118 (46.48% from 255 or 30.49% from 387); Blue value is 76 (30.08% from 255 or 19.64% from 387); Max value from RGB is 193 - color contains mainly: red. Hex color #C1764C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C1764C is #3E89B3. Grayscale: #878787. Windows color (decimal): -4098484 or 5011137. OLE color: 5011137.
HSL color Cylindrical-coordinate representation of color #C1764C: hue angle of 21.54º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C1764C is Cyan = 0, Magento = 0.39, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 118 | 76 | - |
| CMYK | 0 | 0.39 | 0.61 | 0.24 |
| HSL | 21.54º | 0.49% | 0.53% | - |
| HSV(B) | 21.54º | 0.61% | 0.76% | - |
| XYZ | 29.78 | 24.82 | 10.06 | - |
| YUV | 135.64 | 94.35 | 168.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 118 | 76 | 0 | 0.39 | 0.61 | 0.24 | 21.54 | 0.49 | 0.53 |
| Hex | C1 | 76 | 4C | 0 | 27 | 3D | 18 | 16 | 31 | 35 |
| Octal | 301 | 166 | 114 | 0 | 47 | 75 | 30 | 26 | 61 | 65 |
| Binary | 11000001 | 1110110 | 1001100 | 0 | 100111 | 111101 | 11000 | 10110 | 110001 | 110101 |
Color Harmonies of #C1764C
Complementary color
Monochromatic Colors of #C1764C
Black with #C1764C
Text Example
Text Example
White with #C1764C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1764C; }
p { color: rgb(193,118,76); }
H1.HeaderClassName
{
color: #C1764C;
}
.AnyTagClassName
{
color: #C1764C;
}
</style>
background-color css
<style>
a { background-color: #C1764C; }
a { background-color: rgb(193,118,76); }
div.DivClassName
{
background-color: #C1764C;
}
.BgClassName
{
background-color: #C1764C;
}
</style>
border-color css
<style>
span { border-color: #C1764C; }
span { border-color: rgb(193,118,76); }
td.TdClassName
{
border-color: #C1764C;
}
.TagClassName
{
border-color: #C1764C;
}
</style>