Shades of Red Damask #C17653
Tints of Red Damask #C17653
RGB
CMYK
RGB Variations
Color information
#C17653 (or 0xC17653) is known color: Red Damask. HEX triplet: C1, 76 and 53. RGB value is (193,118,83). Sum of RGB (Red+Green+Blue) = 193+118+83=394 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.98% from 394); Green value is 118 (46.48% from 255 or 29.95% from 394); Blue value is 83 (32.81% from 255 or 21.07% from 394); Max value from RGB is 193 - color contains mainly: red. Hex color #C17653 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C17653 is #3E89AC. Grayscale: #888888. Windows color (decimal): -4098477 or 5469889. OLE color: 5469889.
HSL color Cylindrical-coordinate representation of color #C17653: hue angle of 19.09º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C17653 is Cyan = 0, Magento = 0.39, Yellow = 0.57 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 118 | 83 | - |
| CMYK | 0 | 0.39 | 0.57 | 0.24 |
| HSL | 19.09º | 0.47% | 0.54% | - |
| HSV(B) | 19.09º | 0.57% | 0.76% | - |
| XYZ | 30.03 | 24.92 | 11.41 | - |
| YUV | 136.44 | 97.85 | 168.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 118 | 83 | 0 | 0.39 | 0.57 | 0.24 | 19.09 | 0.47 | 0.54 |
| Hex | C1 | 76 | 53 | 0 | 27 | 39 | 18 | 13 | 2F | 36 |
| Octal | 301 | 166 | 123 | 0 | 47 | 71 | 30 | 23 | 57 | 66 |
| Binary | 11000001 | 1110110 | 1010011 | 0 | 100111 | 111001 | 11000 | 10011 | 101111 | 110110 |
Color Harmonies of #C17653
Complementary color
Monochromatic Colors of #C17653
Black with #C17653
Text Example
Text Example
White with #C17653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17653; }
p { color: rgb(193,118,83); }
H1.HeaderClassName
{
color: #C17653;
}
.AnyTagClassName
{
color: #C17653;
}
</style>
background-color css
<style>
a { background-color: #C17653; }
a { background-color: rgb(193,118,83); }
div.DivClassName
{
background-color: #C17653;
}
.BgClassName
{
background-color: #C17653;
}
</style>
border-color css
<style>
span { border-color: #C17653; }
span { border-color: rgb(193,118,83); }
td.TdClassName
{
border-color: #C17653;
}
.TagClassName
{
border-color: #C17653;
}
</style>