Shades of Tango #C96D2F
Tints of Tango #C96D2F
RGB
CMYK
RGB Variations
Color information
#C96D2F (or 0xC96D2F) is known color: Tango. HEX triplet: C9, 6D and 2F. RGB value is (201,109,47). Sum of RGB (Red+Green+Blue) = 201+109+47=357 (47% of max value = 765). Red value is 201 (78.91% from 255 or 56.30% from 357); Green value is 109 (42.97% from 255 or 30.53% from 357); Blue value is 47 (18.75% from 255 or 13.17% from 357); Max value from RGB is 201 - color contains mainly: red. Hex color #C96D2F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C96D2F is #3692D0. Grayscale: #818181. Windows color (decimal): -3576529 or 3108297. OLE color: 3108297.
HSL color Cylindrical-coordinate representation of color #C96D2F: hue angle of 24.16º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C96D2F is Cyan = 0, Magento = 0.46, Yellow = 0.77 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 109 | 47 | - |
| CMYK | 0 | 0.46 | 0.77 | 0.21 |
| HSL | 24.16º | 0.62% | 0.49% | - |
| HSV(B) | 24.16º | 0.77% | 0.79% | - |
| XYZ | 30.07 | 23.56 | 5.65 | - |
| YUV | 129.44 | 81.48 | 179.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 109 | 47 | 0 | 0.46 | 0.77 | 0.21 | 24.16 | 0.62 | 0.49 |
| Hex | C9 | 6D | 2F | 0 | 2E | 4D | 15 | 18 | 3E | 31 |
| Octal | 311 | 155 | 57 | 0 | 56 | 115 | 25 | 30 | 76 | 61 |
| Binary | 11001001 | 1101101 | 101111 | 0 | 101110 | 1001101 | 10101 | 11000 | 111110 | 110001 |
Color Harmonies of #C96D2F
Complementary color
Monochromatic Colors of #C96D2F
Black with #C96D2F
Text Example
Text Example
White with #C96D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96D2F; }
p { color: rgb(201,109,47); }
H1.HeaderClassName
{
color: #C96D2F;
}
.AnyTagClassName
{
color: #C96D2F;
}
</style>
background-color css
<style>
a { background-color: #C96D2F; }
a { background-color: rgb(201,109,47); }
div.DivClassName
{
background-color: #C96D2F;
}
.BgClassName
{
background-color: #C96D2F;
}
</style>
border-color css
<style>
span { border-color: #C96D2F; }
span { border-color: rgb(201,109,47); }
td.TdClassName
{
border-color: #C96D2F;
}
.TagClassName
{
border-color: #C96D2F;
}
</style>