Shades of Cognac #9C453C
Tints of Cognac #9C453C
RGB
CMYK
RGB Variations
Color information
#9C453C (or 0x9C453C) is known color: Cognac. HEX triplet: 9C, 45 and 3C. RGB value is (156,69,60). Sum of RGB (Red+Green+Blue) = 156+69+60=285 (37% of max value = 765). Red value is 156 (61.33% from 255 or 54.74% from 285); Green value is 69 (27.34% from 255 or 24.21% from 285); Blue value is 60 (23.83% from 255 or 21.05% from 285); Max value from RGB is 156 - color contains mainly: red. Hex color #9C453C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C453C is #63BAC3. Grayscale: #5E5E5E. Windows color (decimal): -6535876 or 3949980. OLE color: 3949980.
HSL color Cylindrical-coordinate representation of color #9C453C: hue angle of 5.62º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9C453C is Cyan = 0, Magento = 0.56, Yellow = 0.62 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 69 | 60 | - |
| CMYK | 0 | 0.56 | 0.62 | 0.39 |
| HSL | 5.63º | 0.44% | 0.42% | - |
| HSV(B) | 5.63º | 0.62% | 0.61% | - |
| XYZ | 16.65 | 11.65 | 5.65 | - |
| YUV | 93.99 | 108.82 | 172.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 69 | 60 | 0 | 0.56 | 0.62 | 0.39 | 5.63 | 0.44 | 0.42 |
| Hex | 9C | 45 | 3C | 0 | 38 | 3E | 27 | 6 | 2C | 2A |
| Octal | 234 | 105 | 74 | 0 | 70 | 76 | 47 | 6 | 54 | 52 |
| Binary | 10011100 | 1000101 | 111100 | 0 | 111000 | 111110 | 100111 | 110 | 101100 | 101010 |
Color Harmonies of #9C453C
Complementary color
Monochromatic Colors of #9C453C
Black with #9C453C
Text Example
Text Example
White with #9C453C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C453C; }
p { color: rgb(156,69,60); }
H1.HeaderClassName
{
color: #9C453C;
}
.AnyTagClassName
{
color: #9C453C;
}
</style>
background-color css
<style>
a { background-color: #9C453C; }
a { background-color: rgb(156,69,60); }
div.DivClassName
{
background-color: #9C453C;
}
.BgClassName
{
background-color: #9C453C;
}
</style>
border-color css
<style>
span { border-color: #9C453C; }
span { border-color: rgb(156,69,60); }
td.TdClassName
{
border-color: #9C453C;
}
.TagClassName
{
border-color: #9C453C;
}
</style>