Shades of Tango #CB722F
Tints of Tango #CB722F
RGB
CMYK
RGB Variations
Color information
#CB722F (or 0xCB722F) is known color: Tango. HEX triplet: CB, 72 and 2F. RGB value is (203,114,47). Sum of RGB (Red+Green+Blue) = 203+114+47=364 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.77% from 364); Green value is 114 (44.92% from 255 or 31.32% from 364); Blue value is 47 (18.75% from 255 or 12.91% from 364); Max value from RGB is 203 - color contains mainly: red. Hex color #CB722F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB722F is #348DD0. Grayscale: #858585. Windows color (decimal): -3444177 or 3109579. OLE color: 3109579.
HSL color Cylindrical-coordinate representation of color #CB722F: hue angle of 25.77º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CB722F is Cyan = 0, Magento = 0.44, Yellow = 0.77 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 114 | 47 | - |
| CMYK | 0 | 0.44 | 0.77 | 0.20 |
| HSL | 25.77º | 0.62% | 0.49% | - |
| HSV(B) | 25.77º | 0.77% | 0.8% | - |
| XYZ | 31.16 | 24.94 | 5.86 | - |
| YUV | 132.97 | 79.49 | 177.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 114 | 47 | 0 | 0.44 | 0.77 | 0.20 | 25.77 | 0.62 | 0.49 |
| Hex | CB | 72 | 2F | 0 | 2C | 4D | 14 | 1A | 3E | 31 |
| Octal | 313 | 162 | 57 | 0 | 54 | 115 | 24 | 32 | 76 | 61 |
| Binary | 11001011 | 1110010 | 101111 | 0 | 101100 | 1001101 | 10100 | 11010 | 111110 | 110001 |
Color Harmonies of #CB722F
Complementary color
Monochromatic Colors of #CB722F
Black with #CB722F
Text Example
Text Example
White with #CB722F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB722F; }
p { color: rgb(203,114,47); }
H1.HeaderClassName
{
color: #CB722F;
}
.AnyTagClassName
{
color: #CB722F;
}
</style>
background-color css
<style>
a { background-color: #CB722F; }
a { background-color: rgb(203,114,47); }
div.DivClassName
{
background-color: #CB722F;
}
.BgClassName
{
background-color: #CB722F;
}
</style>
border-color css
<style>
span { border-color: #CB722F; }
span { border-color: rgb(203,114,47); }
td.TdClassName
{
border-color: #CB722F;
}
.TagClassName
{
border-color: #CB722F;
}
</style>