Shades of Red Damask #C36A45
Tints of Red Damask #C36A45
RGB
CMYK
RGB Variations
Color information
#C36A45 (or 0xC36A45) is known color: Red Damask. HEX triplet: C3, 6A and 45. RGB value is (195,106,69). Sum of RGB (Red+Green+Blue) = 195+106+69=370 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.70% from 370); Green value is 106 (41.80% from 255 or 28.65% from 370); Blue value is 69 (27.34% from 255 or 18.65% from 370); Max value from RGB is 195 - color contains mainly: red. Hex color #C36A45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C36A45 is #3C95BA. Grayscale: #808080. Windows color (decimal): -3970491 or 4549315. OLE color: 4549315.
HSL color Cylindrical-coordinate representation of color #C36A45: hue angle of 17.62º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C36A45 is Cyan = 0, Magento = 0.46, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 106 | 69 | - |
| CMYK | 0 | 0.46 | 0.65 | 0.24 |
| HSL | 17.62º | 0.51% | 0.52% | - |
| HSV(B) | 17.62º | 0.65% | 0.76% | - |
| XYZ | 28.73 | 22.34 | 8.43 | - |
| YUV | 128.39 | 94.49 | 175.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 106 | 69 | 0 | 0.46 | 0.65 | 0.24 | 17.62 | 0.51 | 0.52 |
| Hex | C3 | 6A | 45 | 0 | 2E | 41 | 18 | 12 | 33 | 34 |
| Octal | 303 | 152 | 105 | 0 | 56 | 101 | 30 | 22 | 63 | 64 |
| Binary | 11000011 | 1101010 | 1000101 | 0 | 101110 | 1000001 | 11000 | 10010 | 110011 | 110100 |
Color Harmonies of #C36A45
Complementary color
Monochromatic Colors of #C36A45
Black with #C36A45
Text Example
Text Example
White with #C36A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36A45; }
p { color: rgb(195,106,69); }
H1.HeaderClassName
{
color: #C36A45;
}
.AnyTagClassName
{
color: #C36A45;
}
</style>
background-color css
<style>
a { background-color: #C36A45; }
a { background-color: rgb(195,106,69); }
div.DivClassName
{
background-color: #C36A45;
}
.BgClassName
{
background-color: #C36A45;
}
</style>
border-color css
<style>
span { border-color: #C36A45; }
span { border-color: rgb(195,106,69); }
td.TdClassName
{
border-color: #C36A45;
}
.TagClassName
{
border-color: #C36A45;
}
</style>