Shades of Red Damask #C36948
Tints of Red Damask #C36948
RGB
CMYK
RGB Variations
Color information
#C36948 (or 0xC36948) is known color: Red Damask. HEX triplet: C3, 69 and 48. RGB value is (195,105,72). Sum of RGB (Red+Green+Blue) = 195+105+72=372 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.42% from 372); Green value is 105 (41.41% from 255 or 28.23% from 372); Blue value is 72 (28.52% from 255 or 19.35% from 372); Max value from RGB is 195 - color contains mainly: red. Hex color #C36948 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C36948 is #3C96B7. Grayscale: #808080. Windows color (decimal): -3970744 or 4745667. OLE color: 4745667.
HSL color Cylindrical-coordinate representation of color #C36948: hue angle of 16.1º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C36948 is Cyan = 0, Magento = 0.46, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 105 | 72 | - |
| CMYK | 0 | 0.46 | 0.63 | 0.24 |
| HSL | 16.1º | 0.51% | 0.52% | - |
| HSV(B) | 16.1º | 0.63% | 0.76% | - |
| XYZ | 28.73 | 22.17 | 8.9 | - |
| YUV | 128.15 | 96.32 | 175.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 105 | 72 | 0 | 0.46 | 0.63 | 0.24 | 16.1 | 0.51 | 0.52 |
| Hex | C3 | 69 | 48 | 0 | 2E | 3F | 18 | 10 | 33 | 34 |
| Octal | 303 | 151 | 110 | 0 | 56 | 77 | 30 | 20 | 63 | 64 |
| Binary | 11000011 | 1101001 | 1001000 | 0 | 101110 | 111111 | 11000 | 10000 | 110011 | 110100 |
Color Harmonies of #C36948
Complementary color
Monochromatic Colors of #C36948
Black with #C36948
Text Example
Text Example
White with #C36948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36948; }
p { color: rgb(195,105,72); }
H1.HeaderClassName
{
color: #C36948;
}
.AnyTagClassName
{
color: #C36948;
}
</style>
background-color css
<style>
a { background-color: #C36948; }
a { background-color: rgb(195,105,72); }
div.DivClassName
{
background-color: #C36948;
}
.BgClassName
{
background-color: #C36948;
}
</style>
border-color css
<style>
span { border-color: #C36948; }
span { border-color: rgb(195,105,72); }
td.TdClassName
{
border-color: #C36948;
}
.TagClassName
{
border-color: #C36948;
}
</style>