Shades of Red Damask #C1754A
Tints of Red Damask #C1754A
RGB
CMYK
RGB Variations
Color information
#C1754A (or 0xC1754A) is known color: Red Damask. HEX triplet: C1, 75 and 4A. RGB value is (193,117,74). Sum of RGB (Red+Green+Blue) = 193+117+74=384 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.26% from 384); Green value is 117 (46.09% from 255 or 30.47% from 384); Blue value is 74 (29.30% from 255 or 19.27% from 384); Max value from RGB is 193 - color contains mainly: red. Hex color #C1754A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C1754A is #3E8AB5. Grayscale: #878787. Windows color (decimal): -4098742 or 4879809. OLE color: 4879809.
HSL color Cylindrical-coordinate representation of color #C1754A: hue angle of 21.68º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C1754A is Cyan = 0, Magento = 0.39, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 117 | 74 | - |
| CMYK | 0 | 0.39 | 0.62 | 0.24 |
| HSL | 21.68º | 0.49% | 0.52% | - |
| HSV(B) | 21.68º | 0.62% | 0.76% | - |
| XYZ | 29.59 | 24.55 | 9.66 | - |
| YUV | 134.82 | 93.68 | 169.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 117 | 74 | 0 | 0.39 | 0.62 | 0.24 | 21.68 | 0.49 | 0.52 |
| Hex | C1 | 75 | 4A | 0 | 27 | 3E | 18 | 16 | 31 | 34 |
| Octal | 301 | 165 | 112 | 0 | 47 | 76 | 30 | 26 | 61 | 64 |
| Binary | 11000001 | 1110101 | 1001010 | 0 | 100111 | 111110 | 11000 | 10110 | 110001 | 110100 |
Color Harmonies of #C1754A
Complementary color
Monochromatic Colors of #C1754A
Black with #C1754A
Text Example
Text Example
White with #C1754A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1754A; }
p { color: rgb(193,117,74); }
H1.HeaderClassName
{
color: #C1754A;
}
.AnyTagClassName
{
color: #C1754A;
}
</style>
background-color css
<style>
a { background-color: #C1754A; }
a { background-color: rgb(193,117,74); }
div.DivClassName
{
background-color: #C1754A;
}
.BgClassName
{
background-color: #C1754A;
}
</style>
border-color css
<style>
span { border-color: #C1754A; }
span { border-color: rgb(193,117,74); }
td.TdClassName
{
border-color: #C1754A;
}
.TagClassName
{
border-color: #C1754A;
}
</style>