Shades of Tango #CC702B
Tints of Tango #CC702B
RGB
CMYK
RGB Variations
Color information
#CC702B (or 0xCC702B) is known color: Tango. HEX triplet: CC, 70 and 2B. RGB value is (204,112,43). Sum of RGB (Red+Green+Blue) = 204+112+43=359 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.82% from 359); Green value is 112 (44.14% from 255 or 31.20% from 359); Blue value is 43 (17.19% from 255 or 11.98% from 359); Max value from RGB is 204 - color contains mainly: red. Hex color #CC702B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC702B is #338FD4. Grayscale: #848484. Windows color (decimal): -3379157 or 2846924. OLE color: 2846924.
HSL color Cylindrical-coordinate representation of color #CC702B: hue angle of 25.71º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CC702B is Cyan = 0, Magento = 0.45, Yellow = 0.79 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 112 | 43 | - |
| CMYK | 0 | 0.45 | 0.79 | 0.2 |
| HSL | 25.71º | 0.65% | 0.48% | - |
| HSV(B) | 25.71º | 0.79% | 0.8% | - |
| XYZ | 31.13 | 24.6 | 5.39 | - |
| YUV | 131.64 | 77.98 | 179.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 112 | 43 | 0 | 0.45 | 0.79 | 0.2 | 25.71 | 0.65 | 0.48 |
| Hex | CC | 70 | 2B | 0 | 2D | 4F | 14 | 1A | 41 | 30 |
| Octal | 314 | 160 | 53 | 0 | 55 | 117 | 24 | 32 | 101 | 60 |
| Binary | 11001100 | 1110000 | 101011 | 0 | 101101 | 1001111 | 10100 | 11010 | 1000001 | 110000 |
Color Harmonies of #CC702B
Complementary color
Monochromatic Colors of #CC702B
Black with #CC702B
Text Example
Text Example
White with #CC702B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC702B; }
p { color: rgb(204,112,43); }
H1.HeaderClassName
{
color: #CC702B;
}
.AnyTagClassName
{
color: #CC702B;
}
</style>
background-color css
<style>
a { background-color: #CC702B; }
a { background-color: rgb(204,112,43); }
div.DivClassName
{
background-color: #CC702B;
}
.BgClassName
{
background-color: #CC702B;
}
</style>
border-color css
<style>
span { border-color: #CC702B; }
span { border-color: rgb(204,112,43); }
td.TdClassName
{
border-color: #CC702B;
}
.TagClassName
{
border-color: #CC702B;
}
</style>