Shades of Red Damask #C16B4A
Tints of Red Damask #C16B4A
RGB
CMYK
RGB Variations
Color information
#C16B4A (or 0xC16B4A) is known color: Red Damask. HEX triplet: C1, 6B and 4A. RGB value is (193,107,74). Sum of RGB (Red+Green+Blue) = 193+107+74=374 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.60% from 374); Green value is 107 (42.19% from 255 or 28.61% from 374); Blue value is 74 (29.30% from 255 or 19.79% from 374); Max value from RGB is 193 - color contains mainly: red. Hex color #C16B4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C16B4A is #3E94B5. Grayscale: #818181. Windows color (decimal): -4101302 or 4877249. OLE color: 4877249.
HSL color Cylindrical-coordinate representation of color #C16B4A: hue angle of 16.64º 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 #C16B4A is Cyan = 0, Magento = 0.45, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 107 | 74 | - |
| CMYK | 0 | 0.45 | 0.62 | 0.24 |
| HSL | 16.64º | 0.49% | 0.52% | - |
| HSV(B) | 16.64º | 0.62% | 0.76% | - |
| XYZ | 28.49 | 22.35 | 9.29 | - |
| YUV | 128.95 | 96.99 | 173.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 107 | 74 | 0 | 0.45 | 0.62 | 0.24 | 16.64 | 0.49 | 0.52 |
| Hex | C1 | 6B | 4A | 0 | 2D | 3E | 18 | 11 | 31 | 34 |
| Octal | 301 | 153 | 112 | 0 | 55 | 76 | 30 | 21 | 61 | 64 |
| Binary | 11000001 | 1101011 | 1001010 | 0 | 101101 | 111110 | 11000 | 10001 | 110001 | 110100 |
Color Harmonies of #C16B4A
Complementary color
Monochromatic Colors of #C16B4A
Black with #C16B4A
Text Example
Text Example
White with #C16B4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16B4A; }
p { color: rgb(193,107,74); }
H1.HeaderClassName
{
color: #C16B4A;
}
.AnyTagClassName
{
color: #C16B4A;
}
</style>
background-color css
<style>
a { background-color: #C16B4A; }
a { background-color: rgb(193,107,74); }
div.DivClassName
{
background-color: #C16B4A;
}
.BgClassName
{
background-color: #C16B4A;
}
</style>
border-color css
<style>
span { border-color: #C16B4A; }
span { border-color: rgb(193,107,74); }
td.TdClassName
{
border-color: #C16B4A;
}
.TagClassName
{
border-color: #C16B4A;
}
</style>