Shades of Cognac #9C443D
Tints of Cognac #9C443D
RGB
CMYK
RGB Variations
Color information
#9C443D (or 0x9C443D) is known color: Cognac. HEX triplet: 9C, 44 and 3D. RGB value is (156,68,61). Sum of RGB (Red+Green+Blue) = 156+68+61=285 (37% of max value = 765). Red value is 156 (61.33% from 255 or 54.74% from 285); Green value is 68 (26.95% from 255 or 23.86% from 285); Blue value is 61 (24.22% from 255 or 21.40% from 285); Max value from RGB is 156 - color contains mainly: red. Hex color #9C443D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C443D is #63BBC2. Grayscale: #5D5D5D. Windows color (decimal): -6536131 or 4015260. OLE color: 4015260.
HSL color Cylindrical-coordinate representation of color #9C443D: hue angle of 4.42º degrees, saturation: 0.44, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9C443D is Cyan = 0, Magento = 0.56, Yellow = 0.61 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 68 | 61 | - |
| CMYK | 0 | 0.56 | 0.61 | 0.39 |
| HSL | 4.42º | 0.44% | 0.43% | - |
| HSV(B) | 4.42º | 0.61% | 0.61% | - |
| XYZ | 16.62 | 11.54 | 5.77 | - |
| YUV | 93.51 | 109.65 | 172.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 68 | 61 | 0 | 0.56 | 0.61 | 0.39 | 4.42 | 0.44 | 0.43 |
| Hex | 9C | 44 | 3D | 0 | 38 | 3D | 27 | 4 | 2C | 2B |
| Octal | 234 | 104 | 75 | 0 | 70 | 75 | 47 | 4 | 54 | 53 |
| Binary | 10011100 | 1000100 | 111101 | 0 | 111000 | 111101 | 100111 | 100 | 101100 | 101011 |
Color Harmonies of #9C443D
Complementary color
Monochromatic Colors of #9C443D
Black with #9C443D
Text Example
Text Example
White with #9C443D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C443D; }
p { color: rgb(156,68,61); }
H1.HeaderClassName
{
color: #9C443D;
}
.AnyTagClassName
{
color: #9C443D;
}
</style>
background-color css
<style>
a { background-color: #9C443D; }
a { background-color: rgb(156,68,61); }
div.DivClassName
{
background-color: #9C443D;
}
.BgClassName
{
background-color: #9C443D;
}
</style>
border-color css
<style>
span { border-color: #9C443D; }
span { border-color: rgb(156,68,61); }
td.TdClassName
{
border-color: #9C443D;
}
.TagClassName
{
border-color: #9C443D;
}
</style>