Shades of Cognac #9C473F
Tints of Cognac #9C473F
RGB
CMYK
RGB Variations
Color information
#9C473F (or 0x9C473F) is known color: Cognac. HEX triplet: 9C, 47 and 3F. RGB value is (156,71,63). Sum of RGB (Red+Green+Blue) = 156+71+63=290 (38% of max value = 765). Red value is 156 (61.33% from 255 or 53.79% from 290); Green value is 71 (28.12% from 255 or 24.48% from 290); Blue value is 63 (25% from 255 or 21.72% from 290); Max value from RGB is 156 - color contains mainly: red. Hex color #9C473F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C473F is #63B8C0. Grayscale: #5F5F5F. Windows color (decimal): -6535361 or 4147100. OLE color: 4147100.
HSL color Cylindrical-coordinate representation of color #9C473F: hue angle of 5.16º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9C473F is Cyan = 0, Magento = 0.54, Yellow = 0.60 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 71 | 63 | - |
| CMYK | 0 | 0.54 | 0.60 | 0.39 |
| HSL | 5.16º | 0.42% | 0.43% | - |
| HSV(B) | 5.16º | 0.6% | 0.61% | - |
| XYZ | 16.86 | 11.93 | 6.12 | - |
| YUV | 95.5 | 109.66 | 171.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 71 | 63 | 0 | 0.54 | 0.60 | 0.39 | 5.16 | 0.42 | 0.43 |
| Hex | 9C | 47 | 3F | 0 | 36 | 3C | 27 | 5 | 2A | 2B |
| Octal | 234 | 107 | 77 | 0 | 66 | 74 | 47 | 5 | 52 | 53 |
| Binary | 10011100 | 1000111 | 111111 | 0 | 110110 | 111100 | 100111 | 101 | 101010 | 101011 |
Color Harmonies of #9C473F
Complementary color
Monochromatic Colors of #9C473F
Black with #9C473F
Text Example
Text Example
White with #9C473F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C473F; }
p { color: rgb(156,71,63); }
H1.HeaderClassName
{
color: #9C473F;
}
.AnyTagClassName
{
color: #9C473F;
}
</style>
background-color css
<style>
a { background-color: #9C473F; }
a { background-color: rgb(156,71,63); }
div.DivClassName
{
background-color: #9C473F;
}
.BgClassName
{
background-color: #9C473F;
}
</style>
border-color css
<style>
span { border-color: #9C473F; }
span { border-color: rgb(156,71,63); }
td.TdClassName
{
border-color: #9C473F;
}
.TagClassName
{
border-color: #9C473F;
}
</style>