Shades of Red Damask #C36F46
Tints of Red Damask #C36F46
RGB
CMYK
RGB Variations
Color information
#C36F46 (or 0xC36F46) is known color: Red Damask. HEX triplet: C3, 6F and 46. RGB value is (195,111,70). Sum of RGB (Red+Green+Blue) = 195+111+70=376 (49% of max value = 765). Red value is 195 (76.56% from 255 or 51.86% from 376); Green value is 111 (43.75% from 255 or 29.52% from 376); Blue value is 70 (27.73% from 255 or 18.62% from 376); Max value from RGB is 195 - color contains mainly: red. Hex color #C36F46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C36F46 is #3C90B9. Grayscale: #838383. Windows color (decimal): -3969210 or 4616131. OLE color: 4616131.
HSL color Cylindrical-coordinate representation of color #C36F46: hue angle of 19.68º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C36F46 is Cyan = 0, Magento = 0.43, Yellow = 0.64 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 111 | 70 | - |
| CMYK | 0 | 0.43 | 0.64 | 0.24 |
| HSL | 19.68º | 0.51% | 0.52% | - |
| HSV(B) | 19.68º | 0.64% | 0.76% | - |
| XYZ | 29.3 | 23.41 | 8.77 | - |
| YUV | 131.44 | 93.33 | 173.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 111 | 70 | 0 | 0.43 | 0.64 | 0.24 | 19.68 | 0.51 | 0.52 |
| Hex | C3 | 6F | 46 | 0 | 2B | 40 | 18 | 14 | 33 | 34 |
| Octal | 303 | 157 | 106 | 0 | 53 | 100 | 30 | 24 | 63 | 64 |
| Binary | 11000011 | 1101111 | 1000110 | 0 | 101011 | 1000000 | 11000 | 10100 | 110011 | 110100 |
Color Harmonies of #C36F46
Complementary color
Monochromatic Colors of #C36F46
Black with #C36F46
Text Example
Text Example
White with #C36F46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36F46; }
p { color: rgb(195,111,70); }
H1.HeaderClassName
{
color: #C36F46;
}
.AnyTagClassName
{
color: #C36F46;
}
</style>
background-color css
<style>
a { background-color: #C36F46; }
a { background-color: rgb(195,111,70); }
div.DivClassName
{
background-color: #C36F46;
}
.BgClassName
{
background-color: #C36F46;
}
</style>
border-color css
<style>
span { border-color: #C36F46; }
span { border-color: rgb(195,111,70); }
td.TdClassName
{
border-color: #C36F46;
}
.TagClassName
{
border-color: #C36F46;
}
</style>