Shades of Red Damask #C36A4B
Tints of Red Damask #C36A4B
RGB
CMYK
RGB Variations
Color information
#C36A4B (or 0xC36A4B) is known color: Red Damask. HEX triplet: C3, 6A and 4B. RGB value is (195,106,75). Sum of RGB (Red+Green+Blue) = 195+106+75=376 (49% of max value = 765). Red value is 195 (76.56% from 255 or 51.86% from 376); Green value is 106 (41.80% from 255 or 28.19% from 376); Blue value is 75 (29.69% from 255 or 19.95% from 376); Max value from RGB is 195 - color contains mainly: red. Hex color #C36A4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C36A4B is #3C95B4. Grayscale: #818181. Windows color (decimal): -3970485 or 4942531. OLE color: 4942531.
HSL color Cylindrical-coordinate representation of color #C36A4B: hue angle of 15.5º 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 #C36A4B is Cyan = 0, Magento = 0.46, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 106 | 75 | - |
| CMYK | 0 | 0.46 | 0.62 | 0.24 |
| HSL | 15.5º | 0.5% | 0.53% | - |
| HSV(B) | 15.5º | 0.62% | 0.76% | - |
| XYZ | 28.93 | 22.42 | 9.46 | - |
| YUV | 129.08 | 97.49 | 175.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 106 | 75 | 0 | 0.46 | 0.62 | 0.24 | 15.5 | 0.5 | 0.53 |
| Hex | C3 | 6A | 4B | 0 | 2E | 3E | 18 | 10 | 32 | 35 |
| Octal | 303 | 152 | 113 | 0 | 56 | 76 | 30 | 20 | 62 | 65 |
| Binary | 11000011 | 1101010 | 1001011 | 0 | 101110 | 111110 | 11000 | 10000 | 110010 | 110101 |
Color Harmonies of #C36A4B
Complementary color
Monochromatic Colors of #C36A4B
Black with #C36A4B
Text Example
Text Example
White with #C36A4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36A4B; }
p { color: rgb(195,106,75); }
H1.HeaderClassName
{
color: #C36A4B;
}
.AnyTagClassName
{
color: #C36A4B;
}
</style>
background-color css
<style>
a { background-color: #C36A4B; }
a { background-color: rgb(195,106,75); }
div.DivClassName
{
background-color: #C36A4B;
}
.BgClassName
{
background-color: #C36A4B;
}
</style>
border-color css
<style>
span { border-color: #C36A4B; }
span { border-color: rgb(195,106,75); }
td.TdClassName
{
border-color: #C36A4B;
}
.TagClassName
{
border-color: #C36A4B;
}
</style>