Shades of Tango #C96B32
Tints of Tango #C96B32
RGB
CMYK
RGB Variations
Color information
#C96B32 (or 0xC96B32) is known color: Tango. HEX triplet: C9, 6B and 32. RGB value is (201,107,50). Sum of RGB (Red+Green+Blue) = 201+107+50=358 (47% of max value = 765). Red value is 201 (78.91% from 255 or 56.15% from 358); Green value is 107 (42.19% from 255 or 29.89% from 358); Blue value is 50 (19.92% from 255 or 13.97% from 358); Max value from RGB is 201 - color contains mainly: red. Hex color #C96B32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C96B32 is #3694CD. Grayscale: #808080. Windows color (decimal): -3577038 or 3304393. OLE color: 3304393.
HSL color Cylindrical-coordinate representation of color #C96B32: hue angle of 22.65º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C96B32 is Cyan = 0, Magento = 0.47, Yellow = 0.75 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 107 | 50 | - |
| CMYK | 0 | 0.47 | 0.75 | 0.21 |
| HSL | 22.65º | 0.6% | 0.49% | - |
| HSV(B) | 22.65º | 0.75% | 0.79% | - |
| XYZ | 29.92 | 23.16 | 5.91 | - |
| YUV | 128.61 | 83.64 | 179.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 107 | 50 | 0 | 0.47 | 0.75 | 0.21 | 22.65 | 0.6 | 0.49 |
| Hex | C9 | 6B | 32 | 0 | 2F | 4B | 15 | 17 | 3C | 31 |
| Octal | 311 | 153 | 62 | 0 | 57 | 113 | 25 | 27 | 74 | 61 |
| Binary | 11001001 | 1101011 | 110010 | 0 | 101111 | 1001011 | 10101 | 10111 | 111100 | 110001 |
Color Harmonies of #C96B32
Complementary color
Monochromatic Colors of #C96B32
Black with #C96B32
Text Example
Text Example
White with #C96B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96B32; }
p { color: rgb(201,107,50); }
H1.HeaderClassName
{
color: #C96B32;
}
.AnyTagClassName
{
color: #C96B32;
}
</style>
background-color css
<style>
a { background-color: #C96B32; }
a { background-color: rgb(201,107,50); }
div.DivClassName
{
background-color: #C96B32;
}
.BgClassName
{
background-color: #C96B32;
}
</style>
border-color css
<style>
span { border-color: #C96B32; }
span { border-color: rgb(201,107,50); }
td.TdClassName
{
border-color: #C96B32;
}
.TagClassName
{
border-color: #C96B32;
}
</style>