Shades of Tango #CC7130
Tints of Tango #CC7130
RGB
CMYK
RGB Variations
Color information
#CC7130 (or 0xCC7130) is known color: Tango. HEX triplet: CC, 71 and 30. RGB value is (204,113,48). Sum of RGB (Red+Green+Blue) = 204+113+48=365 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.89% from 365); Green value is 113 (44.53% from 255 or 30.96% from 365); Blue value is 48 (19.14% from 255 or 13.15% from 365); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7130 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC7130 is #338ECF. Grayscale: #858585. Windows color (decimal): -3378896 or 3174860. OLE color: 3174860.
HSL color Cylindrical-coordinate representation of color #CC7130: hue angle of 25º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CC7130 is Cyan = 0, Magento = 0.45, Yellow = 0.76 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 113 | 48 | - |
| CMYK | 0 | 0.45 | 0.76 | 0.2 |
| HSL | 25º | 0.62% | 0.49% | - |
| HSV(B) | 25º | 0.76% | 0.8% | - |
| XYZ | 31.34 | 24.86 | 5.94 | - |
| YUV | 132.8 | 80.15 | 178.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 113 | 48 | 0 | 0.45 | 0.76 | 0.2 | 25 | 0.62 | 0.49 |
| Hex | CC | 71 | 30 | 0 | 2D | 4C | 14 | 19 | 3E | 31 |
| Octal | 314 | 161 | 60 | 0 | 55 | 114 | 24 | 31 | 76 | 61 |
| Binary | 11001100 | 1110001 | 110000 | 0 | 101101 | 1001100 | 10100 | 11001 | 111110 | 110001 |
Color Harmonies of #CC7130
Complementary color
Monochromatic Colors of #CC7130
Black with #CC7130
Text Example
Text Example
White with #CC7130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7130; }
p { color: rgb(204,113,48); }
H1.HeaderClassName
{
color: #CC7130;
}
.AnyTagClassName
{
color: #CC7130;
}
</style>
background-color css
<style>
a { background-color: #CC7130; }
a { background-color: rgb(204,113,48); }
div.DivClassName
{
background-color: #CC7130;
}
.BgClassName
{
background-color: #CC7130;
}
</style>
border-color css
<style>
span { border-color: #CC7130; }
span { border-color: rgb(204,113,48); }
td.TdClassName
{
border-color: #CC7130;
}
.TagClassName
{
border-color: #CC7130;
}
</style>