Shades of Red Damask #C17B52
Tints of Red Damask #C17B52
RGB
CMYK
RGB Variations
Color information
#C17B52 (or 0xC17B52) is known color: Red Damask. HEX triplet: C1, 7B and 52. RGB value is (193,123,82). Sum of RGB (Red+Green+Blue) = 193+123+82=398 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.49% from 398); Green value is 123 (48.44% from 255 or 30.90% from 398); Blue value is 82 (32.42% from 255 or 20.60% from 398); Max value from RGB is 193 - color contains mainly: red. Hex color #C17B52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C17B52 is #3E84AD. Grayscale: #8B8B8B. Windows color (decimal): -4097198 or 5405633. OLE color: 5405633.
HSL color Cylindrical-coordinate representation of color #C17B52: hue angle of 22.16º 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 #C17B52 is Cyan = 0, Magento = 0.36, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 123 | 82 | - |
| CMYK | 0 | 0.36 | 0.58 | 0.24 |
| HSL | 22.16º | 0.47% | 0.54% | - |
| HSV(B) | 22.16º | 0.58% | 0.76% | - |
| XYZ | 30.6 | 26.11 | 11.41 | - |
| YUV | 139.26 | 95.69 | 166.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 123 | 82 | 0 | 0.36 | 0.58 | 0.24 | 22.16 | 0.47 | 0.54 |
| Hex | C1 | 7B | 52 | 0 | 24 | 3A | 18 | 16 | 2F | 36 |
| Octal | 301 | 173 | 122 | 0 | 44 | 72 | 30 | 26 | 57 | 66 |
| Binary | 11000001 | 1111011 | 1010010 | 0 | 100100 | 111010 | 11000 | 10110 | 101111 | 110110 |
Color Harmonies of #C17B52
Complementary color
Monochromatic Colors of #C17B52
Black with #C17B52
Text Example
Text Example
White with #C17B52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17B52; }
p { color: rgb(193,123,82); }
H1.HeaderClassName
{
color: #C17B52;
}
.AnyTagClassName
{
color: #C17B52;
}
</style>
background-color css
<style>
a { background-color: #C17B52; }
a { background-color: rgb(193,123,82); }
div.DivClassName
{
background-color: #C17B52;
}
.BgClassName
{
background-color: #C17B52;
}
</style>
border-color css
<style>
span { border-color: #C17B52; }
span { border-color: rgb(193,123,82); }
td.TdClassName
{
border-color: #C17B52;
}
.TagClassName
{
border-color: #C17B52;
}
</style>