Shades of Tango #CB712C
Tints of Tango #CB712C
RGB
CMYK
RGB Variations
Color information
#CB712C (or 0xCB712C) is known color: Tango. HEX triplet: CB, 71 and 2C. RGB value is (203,113,44). Sum of RGB (Red+Green+Blue) = 203+113+44=360 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.39% from 360); Green value is 113 (44.53% from 255 or 31.39% from 360); Blue value is 44 (17.58% from 255 or 12.22% from 360); Max value from RGB is 203 - color contains mainly: red. Hex color #CB712C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB712C is #348ED3. Grayscale: #848484. Windows color (decimal): -3444436 or 2912715. OLE color: 2912715.
HSL color Cylindrical-coordinate representation of color #CB712C: hue angle of 26.04º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CB712C is Cyan = 0, Magento = 0.44, Yellow = 0.78 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 113 | 44 | - |
| CMYK | 0 | 0.44 | 0.78 | 0.20 |
| HSL | 26.04º | 0.64% | 0.48% | - |
| HSV(B) | 26.04º | 0.78% | 0.8% | - |
| XYZ | 30.99 | 24.69 | 5.51 | - |
| YUV | 132.04 | 78.32 | 178.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 113 | 44 | 0 | 0.44 | 0.78 | 0.20 | 26.04 | 0.64 | 0.48 |
| Hex | CB | 71 | 2C | 0 | 2C | 4E | 14 | 1A | 40 | 30 |
| Octal | 313 | 161 | 54 | 0 | 54 | 116 | 24 | 32 | 100 | 60 |
| Binary | 11001011 | 1110001 | 101100 | 0 | 101100 | 1001110 | 10100 | 11010 | 1000000 | 110000 |
Color Harmonies of #CB712C
Complementary color
Monochromatic Colors of #CB712C
Black with #CB712C
Text Example
Text Example
White with #CB712C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB712C; }
p { color: rgb(203,113,44); }
H1.HeaderClassName
{
color: #CB712C;
}
.AnyTagClassName
{
color: #CB712C;
}
</style>
background-color css
<style>
a { background-color: #CB712C; }
a { background-color: rgb(203,113,44); }
div.DivClassName
{
background-color: #CB712C;
}
.BgClassName
{
background-color: #CB712C;
}
</style>
border-color css
<style>
span { border-color: #CB712C; }
span { border-color: rgb(203,113,44); }
td.TdClassName
{
border-color: #CB712C;
}
.TagClassName
{
border-color: #CB712C;
}
</style>