Shades of Tango #CB6F2F
Tints of Tango #CB6F2F
RGB
CMYK
RGB Variations
Color information
#CB6F2F (or 0xCB6F2F) is known color: Tango. HEX triplet: CB, 6F and 2F. RGB value is (203,111,47). Sum of RGB (Red+Green+Blue) = 203+111+47=361 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.23% from 361); Green value is 111 (43.75% from 255 or 30.75% from 361); Blue value is 47 (18.75% from 255 or 13.02% from 361); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6F2F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB6F2F is #3490D0. Grayscale: #838383. Windows color (decimal): -3444945 or 3108811. OLE color: 3108811.
HSL color Cylindrical-coordinate representation of color #CB6F2F: hue angle of 24.62º 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 #CB6F2F is Cyan = 0, Magento = 0.45, Yellow = 0.77 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 111 | 47 | - |
| CMYK | 0 | 0.45 | 0.77 | 0.20 |
| HSL | 24.62º | 0.62% | 0.49% | - |
| HSV(B) | 24.62º | 0.77% | 0.8% | - |
| XYZ | 30.83 | 24.27 | 5.75 | - |
| YUV | 131.21 | 80.48 | 179.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 111 | 47 | 0 | 0.45 | 0.77 | 0.20 | 24.62 | 0.62 | 0.49 |
| Hex | CB | 6F | 2F | 0 | 2D | 4D | 14 | 19 | 3E | 31 |
| Octal | 313 | 157 | 57 | 0 | 55 | 115 | 24 | 31 | 76 | 61 |
| Binary | 11001011 | 1101111 | 101111 | 0 | 101101 | 1001101 | 10100 | 11001 | 111110 | 110001 |
Color Harmonies of #CB6F2F
Complementary color
Monochromatic Colors of #CB6F2F
Black with #CB6F2F
Text Example
Text Example
White with #CB6F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6F2F; }
p { color: rgb(203,111,47); }
H1.HeaderClassName
{
color: #CB6F2F;
}
.AnyTagClassName
{
color: #CB6F2F;
}
</style>
background-color css
<style>
a { background-color: #CB6F2F; }
a { background-color: rgb(203,111,47); }
div.DivClassName
{
background-color: #CB6F2F;
}
.BgClassName
{
background-color: #CB6F2F;
}
</style>
border-color css
<style>
span { border-color: #CB6F2F; }
span { border-color: rgb(203,111,47); }
td.TdClassName
{
border-color: #CB6F2F;
}
.TagClassName
{
border-color: #CB6F2F;
}
</style>