Shades of Red Damask #C46648
Tints of Red Damask #C46648
RGB
CMYK
RGB Variations
Color information
#C46648 (or 0xC46648) is known color: Red Damask. HEX triplet: C4, 66 and 48. RGB value is (196,102,72). Sum of RGB (Red+Green+Blue) = 196+102+72=370 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.97% from 370); Green value is 102 (40.23% from 255 or 27.57% from 370); Blue value is 72 (28.52% from 255 or 19.46% from 370); Max value from RGB is 196 - color contains mainly: red. Hex color #C46648 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C46648 is #3B99B7. Grayscale: #7E7E7E. Windows color (decimal): -3905976 or 4744900. OLE color: 4744900.
HSL color Cylindrical-coordinate representation of color #C46648: hue angle of 14.52º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C46648 is Cyan = 0, Magento = 0.48, Yellow = 0.63 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 102 | 72 | - |
| CMYK | 0 | 0.48 | 0.63 | 0.23 |
| HSL | 14.52º | 0.51% | 0.53% | - |
| HSV(B) | 14.52º | 0.63% | 0.77% | - |
| XYZ | 28.69 | 21.71 | 8.81 | - |
| YUV | 126.69 | 97.14 | 177.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 102 | 72 | 0 | 0.48 | 0.63 | 0.23 | 14.52 | 0.51 | 0.53 |
| Hex | C4 | 66 | 48 | 0 | 30 | 3F | 17 | F | 33 | 35 |
| Octal | 304 | 146 | 110 | 0 | 60 | 77 | 27 | 17 | 63 | 65 |
| Binary | 11000100 | 1100110 | 1001000 | 0 | 110000 | 111111 | 10111 | 1111 | 110011 | 110101 |
Color Harmonies of #C46648
Complementary color
Monochromatic Colors of #C46648
Black with #C46648
Text Example
Text Example
White with #C46648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46648; }
p { color: rgb(196,102,72); }
H1.HeaderClassName
{
color: #C46648;
}
.AnyTagClassName
{
color: #C46648;
}
</style>
background-color css
<style>
a { background-color: #C46648; }
a { background-color: rgb(196,102,72); }
div.DivClassName
{
background-color: #C46648;
}
.BgClassName
{
background-color: #C46648;
}
</style>
border-color css
<style>
span { border-color: #C46648; }
span { border-color: rgb(196,102,72); }
td.TdClassName
{
border-color: #C46648;
}
.TagClassName
{
border-color: #C46648;
}
</style>