Shades of Red Damask #C36A43
Tints of Red Damask #C36A43
RGB
CMYK
RGB Variations
Color information
#C36A43 (or 0xC36A43) is known color: Red Damask. HEX triplet: C3, 6A and 43. RGB value is (195,106,67). Sum of RGB (Red+Green+Blue) = 195+106+67=368 (48% of max value = 765). Red value is 195 (76.56% from 255 or 52.99% from 368); Green value is 106 (41.80% from 255 or 28.80% from 368); Blue value is 67 (26.56% from 255 or 18.21% from 368); Max value from RGB is 195 - color contains mainly: red. Hex color #C36A43 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C36A43 is #3C95BC. Grayscale: #808080. Windows color (decimal): -3970493 or 4418243. OLE color: 4418243.
HSL color Cylindrical-coordinate representation of color #C36A43: hue angle of 18.28º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C36A43 is Cyan = 0, Magento = 0.46, Yellow = 0.66 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 106 | 67 | - |
| CMYK | 0 | 0.46 | 0.66 | 0.24 |
| HSL | 18.28º | 0.52% | 0.51% | - |
| HSV(B) | 18.28º | 0.66% | 0.76% | - |
| XYZ | 28.67 | 22.32 | 8.11 | - |
| YUV | 128.17 | 93.49 | 175.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 106 | 67 | 0 | 0.46 | 0.66 | 0.24 | 18.28 | 0.52 | 0.51 |
| Hex | C3 | 6A | 43 | 0 | 2E | 42 | 18 | 12 | 34 | 33 |
| Octal | 303 | 152 | 103 | 0 | 56 | 102 | 30 | 22 | 64 | 63 |
| Binary | 11000011 | 1101010 | 1000011 | 0 | 101110 | 1000010 | 11000 | 10010 | 110100 | 110011 |
Color Harmonies of #C36A43
Complementary color
Monochromatic Colors of #C36A43
Black with #C36A43
Text Example
Text Example
White with #C36A43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36A43; }
p { color: rgb(195,106,67); }
H1.HeaderClassName
{
color: #C36A43;
}
.AnyTagClassName
{
color: #C36A43;
}
</style>
background-color css
<style>
a { background-color: #C36A43; }
a { background-color: rgb(195,106,67); }
div.DivClassName
{
background-color: #C36A43;
}
.BgClassName
{
background-color: #C36A43;
}
</style>
border-color css
<style>
span { border-color: #C36A43; }
span { border-color: rgb(195,106,67); }
td.TdClassName
{
border-color: #C36A43;
}
.TagClassName
{
border-color: #C36A43;
}
</style>