Shades of Red Damask #C17852
Tints of Red Damask #C17852
RGB
CMYK
RGB Variations
Color information
#C17852 (or 0xC17852) is known color: Red Damask. HEX triplet: C1, 78 and 52. RGB value is (193,120,82). Sum of RGB (Red+Green+Blue) = 193+120+82=395 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.86% from 395); Green value is 120 (47.27% from 255 or 30.38% from 395); Blue value is 82 (32.42% from 255 or 20.76% from 395); Max value from RGB is 193 - color contains mainly: red. Hex color #C17852 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C17852 is #3E87AD. Grayscale: #898989. Windows color (decimal): -4097966 or 5404865. OLE color: 5404865.
HSL color Cylindrical-coordinate representation of color #C17852: hue angle of 20.54º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C17852 is Cyan = 0, Magento = 0.38, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 120 | 82 | - |
| CMYK | 0 | 0.38 | 0.58 | 0.24 |
| HSL | 20.54º | 0.47% | 0.54% | - |
| HSV(B) | 20.54º | 0.58% | 0.76% | - |
| XYZ | 30.23 | 25.38 | 11.29 | - |
| YUV | 137.5 | 96.68 | 167.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 120 | 82 | 0 | 0.38 | 0.58 | 0.24 | 20.54 | 0.47 | 0.54 |
| Hex | C1 | 78 | 52 | 0 | 26 | 3A | 18 | 15 | 2F | 36 |
| Octal | 301 | 170 | 122 | 0 | 46 | 72 | 30 | 25 | 57 | 66 |
| Binary | 11000001 | 1111000 | 1010010 | 0 | 100110 | 111010 | 11000 | 10101 | 101111 | 110110 |
Color Harmonies of #C17852
Complementary color
Monochromatic Colors of #C17852
Black with #C17852
Text Example
Text Example
White with #C17852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17852; }
p { color: rgb(193,120,82); }
H1.HeaderClassName
{
color: #C17852;
}
.AnyTagClassName
{
color: #C17852;
}
</style>
background-color css
<style>
a { background-color: #C17852; }
a { background-color: rgb(193,120,82); }
div.DivClassName
{
background-color: #C17852;
}
.BgClassName
{
background-color: #C17852;
}
</style>
border-color css
<style>
span { border-color: #C17852; }
span { border-color: rgb(193,120,82); }
td.TdClassName
{
border-color: #C17852;
}
.TagClassName
{
border-color: #C17852;
}
</style>