Shades of Cognac #994C40
Tints of Cognac #994C40
RGB
CMYK
RGB Variations
Color information
#994C40 (or 0x994C40) is known color: Cognac. HEX triplet: 99, 4C and 40. RGB value is (153,76,64). Sum of RGB (Red+Green+Blue) = 153+76+64=293 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.22% from 293); Green value is 76 (30.08% from 255 or 25.94% from 293); Blue value is 64 (25.39% from 255 or 21.84% from 293); Max value from RGB is 153 - color contains mainly: red. Hex color #994C40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994C40 is #66B3BF. Grayscale: #616161. Windows color (decimal): -6730688 or 4213913. OLE color: 4213913.
HSL color Cylindrical-coordinate representation of color #994C40: hue angle of 8.09º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #994C40 is Cyan = 0, Magento = 0.50, Yellow = 0.58 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 76 | 64 | - |
| CMYK | 0 | 0.50 | 0.58 | 0.4 |
| HSL | 8.09º | 0.41% | 0.43% | - |
| HSV(B) | 8.09º | 0.58% | 0.6% | - |
| XYZ | 16.65 | 12.31 | 6.35 | - |
| YUV | 97.66 | 109.01 | 167.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 76 | 64 | 0 | 0.50 | 0.58 | 0.4 | 8.09 | 0.41 | 0.43 |
| Hex | 99 | 4C | 40 | 0 | 32 | 3A | 28 | 8 | 29 | 2B |
| Octal | 231 | 114 | 100 | 0 | 62 | 72 | 50 | 10 | 51 | 53 |
| Binary | 10011001 | 1001100 | 1000000 | 0 | 110010 | 111010 | 101000 | 1000 | 101001 | 101011 |
Color Harmonies of #994C40
Complementary color
Monochromatic Colors of #994C40
Black with #994C40
Text Example
Text Example
White with #994C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994C40; }
p { color: rgb(153,76,64); }
H1.HeaderClassName
{
color: #994C40;
}
.AnyTagClassName
{
color: #994C40;
}
</style>
background-color css
<style>
a { background-color: #994C40; }
a { background-color: rgb(153,76,64); }
div.DivClassName
{
background-color: #994C40;
}
.BgClassName
{
background-color: #994C40;
}
</style>
border-color css
<style>
span { border-color: #994C40; }
span { border-color: rgb(153,76,64); }
td.TdClassName
{
border-color: #994C40;
}
.TagClassName
{
border-color: #994C40;
}
</style>