Shades of Cognac #9C433F
Tints of Cognac #9C433F
RGB
CMYK
RGB Variations
Color information
#9C433F (or 0x9C433F) is known color: Cognac. HEX triplet: 9C, 43 and 3F. RGB value is (156,67,63). Sum of RGB (Red+Green+Blue) = 156+67+63=286 (37% of max value = 765). Red value is 156 (61.33% from 255 or 54.55% from 286); Green value is 67 (26.56% from 255 or 23.43% from 286); Blue value is 63 (25% from 255 or 22.03% from 286); Max value from RGB is 156 - color contains mainly: red. Hex color #9C433F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C433F is #63BCC0. Grayscale: #5D5D5D. Windows color (decimal): -6536385 or 4146076. OLE color: 4146076.
HSL color Cylindrical-coordinate representation of color #9C433F: hue angle of 2.58º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9C433F is Cyan = 0, Magento = 0.57, Yellow = 0.60 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 67 | 63 | - |
| CMYK | 0 | 0.57 | 0.60 | 0.39 |
| HSL | 2.58º | 0.42% | 0.43% | - |
| HSV(B) | 2.58º | 0.6% | 0.61% | - |
| XYZ | 16.61 | 11.44 | 6.04 | - |
| YUV | 93.16 | 110.99 | 172.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 67 | 63 | 0 | 0.57 | 0.60 | 0.39 | 2.58 | 0.42 | 0.43 |
| Hex | 9C | 43 | 3F | 0 | 39 | 3C | 27 | 3 | 2A | 2B |
| Octal | 234 | 103 | 77 | 0 | 71 | 74 | 47 | 3 | 52 | 53 |
| Binary | 10011100 | 1000011 | 111111 | 0 | 111001 | 111100 | 100111 | 11 | 101010 | 101011 |
Color Harmonies of #9C433F
Complementary color
Monochromatic Colors of #9C433F
Black with #9C433F
Text Example
Text Example
White with #9C433F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C433F; }
p { color: rgb(156,67,63); }
H1.HeaderClassName
{
color: #9C433F;
}
.AnyTagClassName
{
color: #9C433F;
}
</style>
background-color css
<style>
a { background-color: #9C433F; }
a { background-color: rgb(156,67,63); }
div.DivClassName
{
background-color: #9C433F;
}
.BgClassName
{
background-color: #9C433F;
}
</style>
border-color css
<style>
span { border-color: #9C433F; }
span { border-color: rgb(156,67,63); }
td.TdClassName
{
border-color: #9C433F;
}
.TagClassName
{
border-color: #9C433F;
}
</style>