Shades of Tango #CB712D
Tints of Tango #CB712D
RGB
CMYK
RGB Variations
Color information
#CB712D (or 0xCB712D) is known color: Tango. HEX triplet: CB, 71 and 2D. RGB value is (203,113,45). Sum of RGB (Red+Green+Blue) = 203+113+45=361 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.23% from 361); Green value is 113 (44.53% from 255 or 31.30% from 361); Blue value is 45 (17.97% from 255 or 12.47% from 361); Max value from RGB is 203 - color contains mainly: red. Hex color #CB712D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB712D is #348ED2. Grayscale: #848484. Windows color (decimal): -3444435 or 2978251. OLE color: 2978251.
HSL color Cylindrical-coordinate representation of color #CB712D: hue angle of 25.82º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CB712D is Cyan = 0, Magento = 0.44, Yellow = 0.78 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 113 | 45 | - |
| CMYK | 0 | 0.44 | 0.78 | 0.20 |
| HSL | 25.82º | 0.64% | 0.49% | - |
| HSV(B) | 25.82º | 0.78% | 0.8% | - |
| XYZ | 31.01 | 24.7 | 5.62 | - |
| YUV | 132.16 | 78.82 | 178.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 113 | 45 | 0 | 0.44 | 0.78 | 0.20 | 25.82 | 0.64 | 0.49 |
| Hex | CB | 71 | 2D | 0 | 2C | 4E | 14 | 1A | 40 | 31 |
| Octal | 313 | 161 | 55 | 0 | 54 | 116 | 24 | 32 | 100 | 61 |
| Binary | 11001011 | 1110001 | 101101 | 0 | 101100 | 1001110 | 10100 | 11010 | 1000000 | 110001 |
Color Harmonies of #CB712D
Complementary color
Monochromatic Colors of #CB712D
Black with #CB712D
Text Example
Text Example
White with #CB712D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB712D; }
p { color: rgb(203,113,45); }
H1.HeaderClassName
{
color: #CB712D;
}
.AnyTagClassName
{
color: #CB712D;
}
</style>
background-color css
<style>
a { background-color: #CB712D; }
a { background-color: rgb(203,113,45); }
div.DivClassName
{
background-color: #CB712D;
}
.BgClassName
{
background-color: #CB712D;
}
</style>
border-color css
<style>
span { border-color: #CB712D; }
span { border-color: rgb(203,113,45); }
td.TdClassName
{
border-color: #CB712D;
}
.TagClassName
{
border-color: #CB712D;
}
</style>