Shades of Red Damask #C46C52
Tints of Red Damask #C46C52
RGB
CMYK
RGB Variations
Color information
#C46C52 (or 0xC46C52) is known color: Red Damask. HEX triplet: C4, 6C and 52. RGB value is (196,108,82). Sum of RGB (Red+Green+Blue) = 196+108+82=386 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.78% from 386); Green value is 108 (42.58% from 255 or 27.98% from 386); Blue value is 82 (32.42% from 255 or 21.24% from 386); Max value from RGB is 196 - color contains mainly: red. Hex color #C46C52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C46C52 is #3B93AD. Grayscale: #838383. Windows color (decimal): -3904430 or 5401796. OLE color: 5401796.
HSL color Cylindrical-coordinate representation of color #C46C52: hue angle of 13.68º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C46C52 is Cyan = 0, Magento = 0.45, Yellow = 0.58 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 108 | 82 | - |
| CMYK | 0 | 0.45 | 0.58 | 0.23 |
| HSL | 13.68º | 0.49% | 0.55% | - |
| HSV(B) | 13.68º | 0.58% | 0.77% | - |
| XYZ | 29.65 | 23.07 | 10.87 | - |
| YUV | 131.35 | 100.15 | 174.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 108 | 82 | 0 | 0.45 | 0.58 | 0.23 | 13.68 | 0.49 | 0.55 |
| Hex | C4 | 6C | 52 | 0 | 2D | 3A | 17 | E | 31 | 37 |
| Octal | 304 | 154 | 122 | 0 | 55 | 72 | 27 | 16 | 61 | 67 |
| Binary | 11000100 | 1101100 | 1010010 | 0 | 101101 | 111010 | 10111 | 1110 | 110001 | 110111 |
Color Harmonies of #C46C52
Complementary color
Monochromatic Colors of #C46C52
Black with #C46C52
Text Example
Text Example
White with #C46C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46C52; }
p { color: rgb(196,108,82); }
H1.HeaderClassName
{
color: #C46C52;
}
.AnyTagClassName
{
color: #C46C52;
}
</style>
background-color css
<style>
a { background-color: #C46C52; }
a { background-color: rgb(196,108,82); }
div.DivClassName
{
background-color: #C46C52;
}
.BgClassName
{
background-color: #C46C52;
}
</style>
border-color css
<style>
span { border-color: #C46C52; }
span { border-color: rgb(196,108,82); }
td.TdClassName
{
border-color: #C46C52;
}
.TagClassName
{
border-color: #C46C52;
}
</style>