Shades of Tango #CC712E
Tints of Tango #CC712E
RGB
CMYK
RGB Variations
Color information
#CC712E (or 0xCC712E) is known color: Tango. HEX triplet: CC, 71 and 2E. RGB value is (204,113,46). Sum of RGB (Red+Green+Blue) = 204+113+46=363 (48% of max value = 765). Red value is 204 (80.08% from 255 or 56.20% from 363); Green value is 113 (44.53% from 255 or 31.13% from 363); Blue value is 46 (18.36% from 255 or 12.67% from 363); Max value from RGB is 204 - color contains mainly: red. Hex color #CC712E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC712E is #338ED1. Grayscale: #848484. Windows color (decimal): -3378898 or 3043788. OLE color: 3043788.
HSL color Cylindrical-coordinate representation of color #CC712E: hue angle of 25.44º 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 #CC712E is Cyan = 0, Magento = 0.45, Yellow = 0.77 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 113 | 46 | - |
| CMYK | 0 | 0.45 | 0.77 | 0.2 |
| HSL | 25.44º | 0.63% | 0.49% | - |
| HSV(B) | 25.44º | 0.77% | 0.8% | - |
| XYZ | 31.3 | 24.84 | 5.73 | - |
| YUV | 132.57 | 79.15 | 178.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 113 | 46 | 0 | 0.45 | 0.77 | 0.2 | 25.44 | 0.63 | 0.49 |
| Hex | CC | 71 | 2E | 0 | 2D | 4D | 14 | 19 | 3F | 31 |
| Octal | 314 | 161 | 56 | 0 | 55 | 115 | 24 | 31 | 77 | 61 |
| Binary | 11001100 | 1110001 | 101110 | 0 | 101101 | 1001101 | 10100 | 11001 | 111111 | 110001 |
Color Harmonies of #CC712E
Complementary color
Monochromatic Colors of #CC712E
Black with #CC712E
Text Example
Text Example
White with #CC712E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC712E; }
p { color: rgb(204,113,46); }
H1.HeaderClassName
{
color: #CC712E;
}
.AnyTagClassName
{
color: #CC712E;
}
</style>
background-color css
<style>
a { background-color: #CC712E; }
a { background-color: rgb(204,113,46); }
div.DivClassName
{
background-color: #CC712E;
}
.BgClassName
{
background-color: #CC712E;
}
</style>
border-color css
<style>
span { border-color: #CC712E; }
span { border-color: rgb(204,113,46); }
td.TdClassName
{
border-color: #CC712E;
}
.TagClassName
{
border-color: #CC712E;
}
</style>