Shades of Red Damask #C36D50
Tints of Red Damask #C36D50
RGB
CMYK
RGB Variations
Color information
#C36D50 (or 0xC36D50) is known color: Red Damask. HEX triplet: C3, 6D and 50. RGB value is (195,109,80). Sum of RGB (Red+Green+Blue) = 195+109+80=384 (50% of max value = 765). Red value is 195 (76.56% from 255 or 50.78% from 384); Green value is 109 (42.97% from 255 or 28.39% from 384); Blue value is 80 (31.64% from 255 or 20.83% from 384); Max value from RGB is 195 - color contains mainly: red. Hex color #C36D50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C36D50 is #3C92AF. Grayscale: #838383. Windows color (decimal): -3969712 or 5270979. OLE color: 5270979.
HSL color Cylindrical-coordinate representation of color #C36D50: hue angle of 15.13º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C36D50 is Cyan = 0, Magento = 0.44, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 109 | 80 | - |
| CMYK | 0 | 0.44 | 0.59 | 0.24 |
| HSL | 15.13º | 0.49% | 0.54% | - |
| HSV(B) | 15.13º | 0.59% | 0.76% | - |
| XYZ | 29.42 | 23.12 | 10.5 | - |
| YUV | 131.41 | 98.99 | 173.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 109 | 80 | 0 | 0.44 | 0.59 | 0.24 | 15.13 | 0.49 | 0.54 |
| Hex | C3 | 6D | 50 | 0 | 2C | 3B | 18 | F | 31 | 36 |
| Octal | 303 | 155 | 120 | 0 | 54 | 73 | 30 | 17 | 61 | 66 |
| Binary | 11000011 | 1101101 | 1010000 | 0 | 101100 | 111011 | 11000 | 1111 | 110001 | 110110 |
Color Harmonies of #C36D50
Complementary color
Monochromatic Colors of #C36D50
Black with #C36D50
Text Example
Text Example
White with #C36D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36D50; }
p { color: rgb(195,109,80); }
H1.HeaderClassName
{
color: #C36D50;
}
.AnyTagClassName
{
color: #C36D50;
}
</style>
background-color css
<style>
a { background-color: #C36D50; }
a { background-color: rgb(195,109,80); }
div.DivClassName
{
background-color: #C36D50;
}
.BgClassName
{
background-color: #C36D50;
}
</style>
border-color css
<style>
span { border-color: #C36D50; }
span { border-color: rgb(195,109,80); }
td.TdClassName
{
border-color: #C36D50;
}
.TagClassName
{
border-color: #C36D50;
}
</style>