Shades of Tango #CC7333
Tints of Tango #CC7333
RGB
CMYK
RGB Variations
Color information
#CC7333 (or 0xCC7333) is known color: Tango. HEX triplet: CC, 73 and 33. RGB value is (204,115,51). Sum of RGB (Red+Green+Blue) = 204+115+51=370 (49% of max value = 765). Red value is 204 (80.08% from 255 or 55.14% from 370); Green value is 115 (45.31% from 255 or 31.08% from 370); Blue value is 51 (20.31% from 255 or 13.78% from 370); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7333 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC7333 is #338CCC. Grayscale: #868686. Windows color (decimal): -3378381 or 3371980. OLE color: 3371980.
HSL color Cylindrical-coordinate representation of color #CC7333: hue angle of 25.1º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CC7333 is Cyan = 0, Magento = 0.44, Yellow = 0.75 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 115 | 51 | - |
| CMYK | 0 | 0.44 | 0.75 | 0.2 |
| HSL | 25.1º | 0.6% | 0.5% | - |
| HSV(B) | 25.1º | 0.75% | 0.8% | - |
| XYZ | 31.63 | 25.34 | 6.36 | - |
| YUV | 134.32 | 80.99 | 177.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 115 | 51 | 0 | 0.44 | 0.75 | 0.2 | 25.1 | 0.6 | 0.5 |
| Hex | CC | 73 | 33 | 0 | 2C | 4B | 14 | 19 | 3C | 32 |
| Octal | 314 | 163 | 63 | 0 | 54 | 113 | 24 | 31 | 74 | 62 |
| Binary | 11001100 | 1110011 | 110011 | 0 | 101100 | 1001011 | 10100 | 11001 | 111100 | 110010 |
Color Harmonies of #CC7333
Complementary color
Monochromatic Colors of #CC7333
Black with #CC7333
Text Example
Text Example
White with #CC7333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7333; }
p { color: rgb(204,115,51); }
H1.HeaderClassName
{
color: #CC7333;
}
.AnyTagClassName
{
color: #CC7333;
}
</style>
background-color css
<style>
a { background-color: #CC7333; }
a { background-color: rgb(204,115,51); }
div.DivClassName
{
background-color: #CC7333;
}
.BgClassName
{
background-color: #CC7333;
}
</style>
border-color css
<style>
span { border-color: #CC7333; }
span { border-color: rgb(204,115,51); }
td.TdClassName
{
border-color: #CC7333;
}
.TagClassName
{
border-color: #CC7333;
}
</style>