Shades of Cognac #9C4C42
Tints of Cognac #9C4C42
RGB
CMYK
RGB Variations
Color information
#9C4C42 (or 0x9C4C42) is known color: Cognac. HEX triplet: 9C, 4C and 42. RGB value is (156,76,66). Sum of RGB (Red+Green+Blue) = 156+76+66=298 (39% of max value = 765). Red value is 156 (61.33% from 255 or 52.35% from 298); Green value is 76 (30.08% from 255 or 25.50% from 298); Blue value is 66 (26.17% from 255 or 22.15% from 298); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4C42 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C4C42 is #63B3BD. Grayscale: #626262. Windows color (decimal): -6534078 or 4344988. OLE color: 4344988.
HSL color Cylindrical-coordinate representation of color #9C4C42: hue angle of 6.67º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9C4C42 is Cyan = 0, Magento = 0.51, Yellow = 0.58 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 76 | 66 | - |
| CMYK | 0 | 0.51 | 0.58 | 0.39 |
| HSL | 6.67º | 0.41% | 0.44% | - |
| HSV(B) | 6.67º | 0.58% | 0.61% | - |
| XYZ | 17.28 | 12.63 | 6.68 | - |
| YUV | 98.78 | 109.5 | 168.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 76 | 66 | 0 | 0.51 | 0.58 | 0.39 | 6.67 | 0.41 | 0.44 |
| Hex | 9C | 4C | 42 | 0 | 33 | 3A | 27 | 7 | 29 | 2C |
| Octal | 234 | 114 | 102 | 0 | 63 | 72 | 47 | 7 | 51 | 54 |
| Binary | 10011100 | 1001100 | 1000010 | 0 | 110011 | 111010 | 100111 | 111 | 101001 | 101100 |
Color Harmonies of #9C4C42
Complementary color
Monochromatic Colors of #9C4C42
Black with #9C4C42
Text Example
Text Example
White with #9C4C42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C4C42; }
p { color: rgb(156,76,66); }
H1.HeaderClassName
{
color: #9C4C42;
}
.AnyTagClassName
{
color: #9C4C42;
}
</style>
background-color css
<style>
a { background-color: #9C4C42; }
a { background-color: rgb(156,76,66); }
div.DivClassName
{
background-color: #9C4C42;
}
.BgClassName
{
background-color: #9C4C42;
}
</style>
border-color css
<style>
span { border-color: #9C4C42; }
span { border-color: rgb(156,76,66); }
td.TdClassName
{
border-color: #9C4C42;
}
.TagClassName
{
border-color: #9C4C42;
}
</style>