Shades of Red Damask #C36B44
Tints of Red Damask #C36B44
RGB
CMYK
RGB Variations
Color information
#C36B44 (or 0xC36B44) is known color: Red Damask. HEX triplet: C3, 6B and 44. RGB value is (195,107,68). Sum of RGB (Red+Green+Blue) = 195+107+68=370 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.70% from 370); Green value is 107 (42.19% from 255 or 28.92% from 370); Blue value is 68 (26.95% from 255 or 18.38% from 370); Max value from RGB is 195 - color contains mainly: red. Hex color #C36B44 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C36B44 is #3C94BB. Grayscale: #818181. Windows color (decimal): -3970236 or 4484035. OLE color: 4484035.
HSL color Cylindrical-coordinate representation of color #C36B44: hue angle of 18.43º 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 #C36B44 is Cyan = 0, Magento = 0.45, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 107 | 68 | - |
| CMYK | 0 | 0.45 | 0.65 | 0.24 |
| HSL | 18.43º | 0.51% | 0.52% | - |
| HSV(B) | 18.43º | 0.65% | 0.76% | - |
| XYZ | 28.81 | 22.53 | 8.3 | - |
| YUV | 128.87 | 93.65 | 175.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 107 | 68 | 0 | 0.45 | 0.65 | 0.24 | 18.43 | 0.51 | 0.52 |
| Hex | C3 | 6B | 44 | 0 | 2D | 41 | 18 | 12 | 33 | 34 |
| Octal | 303 | 153 | 104 | 0 | 55 | 101 | 30 | 22 | 63 | 64 |
| Binary | 11000011 | 1101011 | 1000100 | 0 | 101101 | 1000001 | 11000 | 10010 | 110011 | 110100 |
Color Harmonies of #C36B44
Complementary color
Monochromatic Colors of #C36B44
Black with #C36B44
Text Example
Text Example
White with #C36B44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36B44; }
p { color: rgb(195,107,68); }
H1.HeaderClassName
{
color: #C36B44;
}
.AnyTagClassName
{
color: #C36B44;
}
</style>
background-color css
<style>
a { background-color: #C36B44; }
a { background-color: rgb(195,107,68); }
div.DivClassName
{
background-color: #C36B44;
}
.BgClassName
{
background-color: #C36B44;
}
</style>
border-color css
<style>
span { border-color: #C36B44; }
span { border-color: rgb(195,107,68); }
td.TdClassName
{
border-color: #C36B44;
}
.TagClassName
{
border-color: #C36B44;
}
</style>