Shades of Red Damask #C16F52
Tints of Red Damask #C16F52
RGB
CMYK
RGB Variations
Color information
#C16F52 (or 0xC16F52) is known color: Red Damask. HEX triplet: C1, 6F and 52. RGB value is (193,111,82). Sum of RGB (Red+Green+Blue) = 193+111+82=386 (51% of max value = 765). Red value is 193 (75.78% from 255 or 50% from 386); Green value is 111 (43.75% from 255 or 28.76% from 386); Blue value is 82 (32.42% from 255 or 21.24% from 386); Max value from RGB is 193 - color contains mainly: red. Hex color #C16F52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C16F52 is #3E90AD. Grayscale: #848484. Windows color (decimal): -4100270 or 5402561. OLE color: 5402561.
HSL color Cylindrical-coordinate representation of color #C16F52: hue angle of 15.68º 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 #C16F52 is Cyan = 0, Magento = 0.42, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 111 | 82 | - |
| CMYK | 0 | 0.42 | 0.58 | 0.24 |
| HSL | 15.68º | 0.47% | 0.54% | - |
| HSV(B) | 15.68º | 0.58% | 0.76% | - |
| XYZ | 29.2 | 23.32 | 10.94 | - |
| YUV | 132.21 | 99.67 | 171.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 111 | 82 | 0 | 0.42 | 0.58 | 0.24 | 15.68 | 0.47 | 0.54 |
| Hex | C1 | 6F | 52 | 0 | 2A | 3A | 18 | 10 | 2F | 36 |
| Octal | 301 | 157 | 122 | 0 | 52 | 72 | 30 | 20 | 57 | 66 |
| Binary | 11000001 | 1101111 | 1010010 | 0 | 101010 | 111010 | 11000 | 10000 | 101111 | 110110 |
Color Harmonies of #C16F52
Complementary color
Monochromatic Colors of #C16F52
Black with #C16F52
Text Example
Text Example
White with #C16F52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16F52; }
p { color: rgb(193,111,82); }
H1.HeaderClassName
{
color: #C16F52;
}
.AnyTagClassName
{
color: #C16F52;
}
</style>
background-color css
<style>
a { background-color: #C16F52; }
a { background-color: rgb(193,111,82); }
div.DivClassName
{
background-color: #C16F52;
}
.BgClassName
{
background-color: #C16F52;
}
</style>
border-color css
<style>
span { border-color: #C16F52; }
span { border-color: rgb(193,111,82); }
td.TdClassName
{
border-color: #C16F52;
}
.TagClassName
{
border-color: #C16F52;
}
</style>