Shades of Red Damask #C36F4A
Tints of Red Damask #C36F4A
RGB
CMYK
RGB Variations
Color information
#C36F4A (or 0xC36F4A) is known color: Red Damask. HEX triplet: C3, 6F and 4A. RGB value is (195,111,74). Sum of RGB (Red+Green+Blue) = 195+111+74=380 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.32% from 380); Green value is 111 (43.75% from 255 or 29.21% from 380); Blue value is 74 (29.30% from 255 or 19.47% from 380); Max value from RGB is 195 - color contains mainly: red. Hex color #C36F4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C36F4A is #3C90B5. Grayscale: #848484. Windows color (decimal): -3969206 or 4878275. OLE color: 4878275.
HSL color Cylindrical-coordinate representation of color #C36F4A: hue angle of 18.35º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C36F4A is Cyan = 0, Magento = 0.43, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 111 | 74 | - |
| CMYK | 0 | 0.43 | 0.62 | 0.24 |
| HSL | 18.35º | 0.5% | 0.53% | - |
| HSV(B) | 18.35º | 0.62% | 0.76% | - |
| XYZ | 29.43 | 23.47 | 9.46 | - |
| YUV | 131.9 | 95.33 | 173.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 111 | 74 | 0 | 0.43 | 0.62 | 0.24 | 18.35 | 0.5 | 0.53 |
| Hex | C3 | 6F | 4A | 0 | 2B | 3E | 18 | 12 | 32 | 35 |
| Octal | 303 | 157 | 112 | 0 | 53 | 76 | 30 | 22 | 62 | 65 |
| Binary | 11000011 | 1101111 | 1001010 | 0 | 101011 | 111110 | 11000 | 10010 | 110010 | 110101 |
Color Harmonies of #C36F4A
Complementary color
Monochromatic Colors of #C36F4A
Black with #C36F4A
Text Example
Text Example
White with #C36F4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36F4A; }
p { color: rgb(195,111,74); }
H1.HeaderClassName
{
color: #C36F4A;
}
.AnyTagClassName
{
color: #C36F4A;
}
</style>
background-color css
<style>
a { background-color: #C36F4A; }
a { background-color: rgb(195,111,74); }
div.DivClassName
{
background-color: #C36F4A;
}
.BgClassName
{
background-color: #C36F4A;
}
</style>
border-color css
<style>
span { border-color: #C36F4A; }
span { border-color: rgb(195,111,74); }
td.TdClassName
{
border-color: #C36F4A;
}
.TagClassName
{
border-color: #C36F4A;
}
</style>