Shades of Red Damask #C36F50
Tints of Red Damask #C36F50
RGB
CMYK
RGB Variations
Color information
#C36F50 (or 0xC36F50) is known color: Red Damask. HEX triplet: C3, 6F and 50. RGB value is (195,111,80). Sum of RGB (Red+Green+Blue) = 195+111+80=386 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.52% from 386); Green value is 111 (43.75% from 255 or 28.76% from 386); Blue value is 80 (31.64% from 255 or 20.73% from 386); Max value from RGB is 195 - color contains mainly: red. Hex color #C36F50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C36F50 is #3C90AF. Grayscale: #848484. Windows color (decimal): -3969200 or 5271491. OLE color: 5271491.
HSL color Cylindrical-coordinate representation of color #C36F50: hue angle of 16.17º 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 #C36F50 is Cyan = 0, Magento = 0.43, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 111 | 80 | - |
| CMYK | 0 | 0.43 | 0.59 | 0.24 |
| HSL | 16.17º | 0.49% | 0.54% | - |
| HSV(B) | 16.17º | 0.59% | 0.76% | - |
| XYZ | 29.64 | 23.55 | 10.57 | - |
| YUV | 132.58 | 98.33 | 172.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 111 | 80 | 0 | 0.43 | 0.59 | 0.24 | 16.17 | 0.49 | 0.54 |
| Hex | C3 | 6F | 50 | 0 | 2B | 3B | 18 | 10 | 31 | 36 |
| Octal | 303 | 157 | 120 | 0 | 53 | 73 | 30 | 20 | 61 | 66 |
| Binary | 11000011 | 1101111 | 1010000 | 0 | 101011 | 111011 | 11000 | 10000 | 110001 | 110110 |
Color Harmonies of #C36F50
Complementary color
Monochromatic Colors of #C36F50
Black with #C36F50
Text Example
Text Example
White with #C36F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36F50; }
p { color: rgb(195,111,80); }
H1.HeaderClassName
{
color: #C36F50;
}
.AnyTagClassName
{
color: #C36F50;
}
</style>
background-color css
<style>
a { background-color: #C36F50; }
a { background-color: rgb(195,111,80); }
div.DivClassName
{
background-color: #C36F50;
}
.BgClassName
{
background-color: #C36F50;
}
</style>
border-color css
<style>
span { border-color: #C36F50; }
span { border-color: rgb(195,111,80); }
td.TdClassName
{
border-color: #C36F50;
}
.TagClassName
{
border-color: #C36F50;
}
</style>