Shades of Cognac #9C4A42
Tints of Cognac #9C4A42
RGB
CMYK
RGB Variations
Color information
#9C4A42 (or 0x9C4A42) is known color: Cognac. HEX triplet: 9C, 4A and 42. RGB value is (156,74,66). Sum of RGB (Red+Green+Blue) = 156+74+66=296 (39% of max value = 765). Red value is 156 (61.33% from 255 or 52.70% from 296); Green value is 74 (29.30% from 255 or 25% from 296); Blue value is 66 (26.17% from 255 or 22.30% from 296); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4A42 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C4A42 is #63B5BD. Grayscale: #616161. Windows color (decimal): -6534590 or 4344476. OLE color: 4344476.
HSL color Cylindrical-coordinate representation of color #9C4A42: hue angle of 5.33º 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 #9C4A42 is Cyan = 0, Magento = 0.53, Yellow = 0.58 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 74 | 66 | - |
| CMYK | 0 | 0.53 | 0.58 | 0.39 |
| HSL | 5.33º | 0.41% | 0.44% | - |
| HSV(B) | 5.33º | 0.58% | 0.61% | - |
| XYZ | 17.14 | 12.36 | 6.64 | - |
| YUV | 97.61 | 110.17 | 169.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 74 | 66 | 0 | 0.53 | 0.58 | 0.39 | 5.33 | 0.41 | 0.44 |
| Hex | 9C | 4A | 42 | 0 | 35 | 3A | 27 | 5 | 29 | 2C |
| Octal | 234 | 112 | 102 | 0 | 65 | 72 | 47 | 5 | 51 | 54 |
| Binary | 10011100 | 1001010 | 1000010 | 0 | 110101 | 111010 | 100111 | 101 | 101001 | 101100 |
Color Harmonies of #9C4A42
Complementary color
Monochromatic Colors of #9C4A42
Black with #9C4A42
Text Example
Text Example
White with #9C4A42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C4A42; }
p { color: rgb(156,74,66); }
H1.HeaderClassName
{
color: #9C4A42;
}
.AnyTagClassName
{
color: #9C4A42;
}
</style>
background-color css
<style>
a { background-color: #9C4A42; }
a { background-color: rgb(156,74,66); }
div.DivClassName
{
background-color: #9C4A42;
}
.BgClassName
{
background-color: #9C4A42;
}
</style>
border-color css
<style>
span { border-color: #9C4A42; }
span { border-color: rgb(156,74,66); }
td.TdClassName
{
border-color: #9C4A42;
}
.TagClassName
{
border-color: #9C4A42;
}
</style>