Shades of Cognac #9C3F34
Tints of Cognac #9C3F34
RGB
CMYK
RGB Variations
Color information
#9C3F34 (or 0x9C3F34) is known color: Cognac. HEX triplet: 9C, 3F and 34. RGB value is (156,63,52). Sum of RGB (Red+Green+Blue) = 156+63+52=271 (35% of max value = 765). Red value is 156 (61.33% from 255 or 57.56% from 271); Green value is 63 (25% from 255 or 23.25% from 271); Blue value is 52 (20.70% from 255 or 19.19% from 271); Max value from RGB is 156 - color contains mainly: red. Hex color #9C3F34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C3F34 is #63C0CB. Grayscale: #595959. Windows color (decimal): -6537420 or 3424156. OLE color: 3424156.
HSL color Cylindrical-coordinate representation of color #9C3F34: hue angle of 6.35º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9C3F34 is Cyan = 0, Magento = 0.60, Yellow = 0.67 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 63 | 52 | - |
| CMYK | 0 | 0.60 | 0.67 | 0.39 |
| HSL | 6.35º | 0.5% | 0.41% | - |
| HSV(B) | 6.35º | 0.67% | 0.61% | - |
| XYZ | 16.11 | 10.87 | 4.5 | - |
| YUV | 89.55 | 106.81 | 175.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 63 | 52 | 0 | 0.60 | 0.67 | 0.39 | 6.35 | 0.5 | 0.41 |
| Hex | 9C | 3F | 34 | 0 | 3C | 43 | 27 | 6 | 32 | 29 |
| Octal | 234 | 77 | 64 | 0 | 74 | 103 | 47 | 6 | 62 | 51 |
| Binary | 10011100 | 111111 | 110100 | 0 | 111100 | 1000011 | 100111 | 110 | 110010 | 101001 |
Color Harmonies of #9C3F34
Complementary color
Monochromatic Colors of #9C3F34
Black with #9C3F34
Text Example
Text Example
White with #9C3F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C3F34; }
p { color: rgb(156,63,52); }
H1.HeaderClassName
{
color: #9C3F34;
}
.AnyTagClassName
{
color: #9C3F34;
}
</style>
background-color css
<style>
a { background-color: #9C3F34; }
a { background-color: rgb(156,63,52); }
div.DivClassName
{
background-color: #9C3F34;
}
.BgClassName
{
background-color: #9C3F34;
}
</style>
border-color css
<style>
span { border-color: #9C3F34; }
span { border-color: rgb(156,63,52); }
td.TdClassName
{
border-color: #9C3F34;
}
.TagClassName
{
border-color: #9C3F34;
}
</style>