Shades of Tango #CC7133
Tints of Tango #CC7133
RGB
CMYK
RGB Variations
Color information
#CC7133 (or 0xCC7133) is known color: Tango. HEX triplet: CC, 71 and 33. RGB value is (204,113,51). Sum of RGB (Red+Green+Blue) = 204+113+51=368 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.43% from 368); Green value is 113 (44.53% from 255 or 30.71% from 368); Blue value is 51 (20.31% from 255 or 13.86% from 368); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7133 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC7133 is #338ECC. Grayscale: #858585. Windows color (decimal): -3378893 or 3371468. OLE color: 3371468.
HSL color Cylindrical-coordinate representation of color #CC7133: hue angle of 24.31º 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 #CC7133 is Cyan = 0, Magento = 0.45, Yellow = 0.75 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 113 | 51 | - |
| CMYK | 0 | 0.45 | 0.75 | 0.2 |
| HSL | 24.31º | 0.6% | 0.5% | - |
| HSV(B) | 24.31º | 0.75% | 0.8% | - |
| XYZ | 31.4 | 24.89 | 6.28 | - |
| YUV | 133.14 | 81.65 | 178.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 113 | 51 | 0 | 0.45 | 0.75 | 0.2 | 24.31 | 0.6 | 0.5 |
| Hex | CC | 71 | 33 | 0 | 2D | 4B | 14 | 18 | 3C | 32 |
| Octal | 314 | 161 | 63 | 0 | 55 | 113 | 24 | 30 | 74 | 62 |
| Binary | 11001100 | 1110001 | 110011 | 0 | 101101 | 1001011 | 10100 | 11000 | 111100 | 110010 |
Color Harmonies of #CC7133
Complementary color
Monochromatic Colors of #CC7133
Black with #CC7133
Text Example
Text Example
White with #CC7133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7133; }
p { color: rgb(204,113,51); }
H1.HeaderClassName
{
color: #CC7133;
}
.AnyTagClassName
{
color: #CC7133;
}
</style>
background-color css
<style>
a { background-color: #CC7133; }
a { background-color: rgb(204,113,51); }
div.DivClassName
{
background-color: #CC7133;
}
.BgClassName
{
background-color: #CC7133;
}
</style>
border-color css
<style>
span { border-color: #CC7133; }
span { border-color: rgb(204,113,51); }
td.TdClassName
{
border-color: #CC7133;
}
.TagClassName
{
border-color: #CC7133;
}
</style>