Shades of Cognac #9C4C40
Tints of Cognac #9C4C40
RGB
CMYK
RGB Variations
Color information
#9C4C40 (or 0x9C4C40) is known color: Cognac. HEX triplet: 9C, 4C and 40. RGB value is (156,76,64). Sum of RGB (Red+Green+Blue) = 156+76+64=296 (39% of max value = 765). Red value is 156 (61.33% from 255 or 52.70% from 296); Green value is 76 (30.08% from 255 or 25.68% from 296); Blue value is 64 (25.39% from 255 or 21.62% from 296); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4C40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C4C40 is #63B3BF. Grayscale: #626262. Windows color (decimal): -6534080 or 4213916. OLE color: 4213916.
HSL color Cylindrical-coordinate representation of color #9C4C40: hue angle of 7.83º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9C4C40 is Cyan = 0, Magento = 0.51, Yellow = 0.59 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 76 | 64 | - |
| CMYK | 0 | 0.51 | 0.59 | 0.39 |
| HSL | 7.83º | 0.42% | 0.43% | - |
| HSV(B) | 7.83º | 0.59% | 0.61% | - |
| XYZ | 17.22 | 12.61 | 6.38 | - |
| YUV | 98.55 | 108.5 | 168.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 76 | 64 | 0 | 0.51 | 0.59 | 0.39 | 7.83 | 0.42 | 0.43 |
| Hex | 9C | 4C | 40 | 0 | 33 | 3B | 27 | 8 | 2A | 2B |
| Octal | 234 | 114 | 100 | 0 | 63 | 73 | 47 | 10 | 52 | 53 |
| Binary | 10011100 | 1001100 | 1000000 | 0 | 110011 | 111011 | 100111 | 1000 | 101010 | 101011 |
Color Harmonies of #9C4C40
Complementary color
Monochromatic Colors of #9C4C40
Black with #9C4C40
Text Example
Text Example
White with #9C4C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C4C40; }
p { color: rgb(156,76,64); }
H1.HeaderClassName
{
color: #9C4C40;
}
.AnyTagClassName
{
color: #9C4C40;
}
</style>
background-color css
<style>
a { background-color: #9C4C40; }
a { background-color: rgb(156,76,64); }
div.DivClassName
{
background-color: #9C4C40;
}
.BgClassName
{
background-color: #9C4C40;
}
</style>
border-color css
<style>
span { border-color: #9C4C40; }
span { border-color: rgb(156,76,64); }
td.TdClassName
{
border-color: #9C4C40;
}
.TagClassName
{
border-color: #9C4C40;
}
</style>