Shades of Tango #CC702F
Tints of Tango #CC702F
RGB
CMYK
RGB Variations
Color information
#CC702F (or 0xCC702F) is known color: Tango. HEX triplet: CC, 70 and 2F. RGB value is (204,112,47). Sum of RGB (Red+Green+Blue) = 204+112+47=363 (48% of max value = 765). Red value is 204 (80.08% from 255 or 56.20% from 363); Green value is 112 (44.14% from 255 or 30.85% from 363); Blue value is 47 (18.75% from 255 or 12.95% from 363); Max value from RGB is 204 - color contains mainly: red. Hex color #CC702F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC702F is #338FD0. Grayscale: #848484. Windows color (decimal): -3379153 or 3109068. OLE color: 3109068.
HSL color Cylindrical-coordinate representation of color #CC702F: hue angle of 24.84º degrees, saturation: 0.63, 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 #CC702F is Cyan = 0, Magento = 0.45, Yellow = 0.77 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 112 | 47 | - |
| CMYK | 0 | 0.45 | 0.77 | 0.2 |
| HSL | 24.84º | 0.63% | 0.49% | - |
| HSV(B) | 24.84º | 0.77% | 0.8% | - |
| XYZ | 31.21 | 24.63 | 5.8 | - |
| YUV | 132.1 | 79.98 | 179.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 112 | 47 | 0 | 0.45 | 0.77 | 0.2 | 24.84 | 0.63 | 0.49 |
| Hex | CC | 70 | 2F | 0 | 2D | 4D | 14 | 19 | 3F | 31 |
| Octal | 314 | 160 | 57 | 0 | 55 | 115 | 24 | 31 | 77 | 61 |
| Binary | 11001100 | 1110000 | 101111 | 0 | 101101 | 1001101 | 10100 | 11001 | 111111 | 110001 |
Color Harmonies of #CC702F
Complementary color
Monochromatic Colors of #CC702F
Black with #CC702F
Text Example
Text Example
White with #CC702F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC702F; }
p { color: rgb(204,112,47); }
H1.HeaderClassName
{
color: #CC702F;
}
.AnyTagClassName
{
color: #CC702F;
}
</style>
background-color css
<style>
a { background-color: #CC702F; }
a { background-color: rgb(204,112,47); }
div.DivClassName
{
background-color: #CC702F;
}
.BgClassName
{
background-color: #CC702F;
}
</style>
border-color css
<style>
span { border-color: #CC702F; }
span { border-color: rgb(204,112,47); }
td.TdClassName
{
border-color: #CC702F;
}
.TagClassName
{
border-color: #CC702F;
}
</style>