Shades of Tango #C96C2F
Tints of Tango #C96C2F
RGB
CMYK
RGB Variations
Color information
#C96C2F (or 0xC96C2F) is known color: Tango. HEX triplet: C9, 6C and 2F. RGB value is (201,108,47). Sum of RGB (Red+Green+Blue) = 201+108+47=356 (47% of max value = 765). Red value is 201 (78.91% from 255 or 56.46% from 356); Green value is 108 (42.58% from 255 or 30.34% from 356); Blue value is 47 (18.75% from 255 or 13.20% from 356); Max value from RGB is 201 - color contains mainly: red. Hex color #C96C2F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C96C2F is #3693D0. Grayscale: #818181. Windows color (decimal): -3576785 or 3108041. OLE color: 3108041.
HSL color Cylindrical-coordinate representation of color #C96C2F: hue angle of 23.77º 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 #C96C2F is Cyan = 0, Magento = 0.46, Yellow = 0.77 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 108 | 47 | - |
| CMYK | 0 | 0.46 | 0.77 | 0.21 |
| HSL | 23.77º | 0.62% | 0.49% | - |
| HSV(B) | 23.77º | 0.77% | 0.79% | - |
| XYZ | 29.96 | 23.35 | 5.62 | - |
| YUV | 128.85 | 81.81 | 179.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 108 | 47 | 0 | 0.46 | 0.77 | 0.21 | 23.77 | 0.62 | 0.49 |
| Hex | C9 | 6C | 2F | 0 | 2E | 4D | 15 | 18 | 3E | 31 |
| Octal | 311 | 154 | 57 | 0 | 56 | 115 | 25 | 30 | 76 | 61 |
| Binary | 11001001 | 1101100 | 101111 | 0 | 101110 | 1001101 | 10101 | 11000 | 111110 | 110001 |
Color Harmonies of #C96C2F
Complementary color
Monochromatic Colors of #C96C2F
Black with #C96C2F
Text Example
Text Example
White with #C96C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96C2F; }
p { color: rgb(201,108,47); }
H1.HeaderClassName
{
color: #C96C2F;
}
.AnyTagClassName
{
color: #C96C2F;
}
</style>
background-color css
<style>
a { background-color: #C96C2F; }
a { background-color: rgb(201,108,47); }
div.DivClassName
{
background-color: #C96C2F;
}
.BgClassName
{
background-color: #C96C2F;
}
</style>
border-color css
<style>
span { border-color: #C96C2F; }
span { border-color: rgb(201,108,47); }
td.TdClassName
{
border-color: #C96C2F;
}
.TagClassName
{
border-color: #C96C2F;
}
</style>