Shades of Tango #CC712F
Tints of Tango #CC712F
RGB
CMYK
RGB Variations
Color information
#CC712F (or 0xCC712F) is known color: Tango. HEX triplet: CC, 71 and 2F. RGB value is (204,113,47). Sum of RGB (Red+Green+Blue) = 204+113+47=364 (48% of max value = 765). Red value is 204 (80.08% from 255 or 56.04% from 364); Green value is 113 (44.53% from 255 or 31.04% from 364); Blue value is 47 (18.75% from 255 or 12.91% from 364); Max value from RGB is 204 - color contains mainly: red. Hex color #CC712F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC712F is #338ED0. Grayscale: #858585. Windows color (decimal): -3378897 or 3109324. OLE color: 3109324.
HSL color Cylindrical-coordinate representation of color #CC712F: hue angle of 25.22º 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 #CC712F is Cyan = 0, Magento = 0.45, Yellow = 0.77 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 113 | 47 | - |
| CMYK | 0 | 0.45 | 0.77 | 0.2 |
| HSL | 25.22º | 0.63% | 0.49% | - |
| HSV(B) | 25.22º | 0.77% | 0.8% | - |
| XYZ | 31.32 | 24.85 | 5.84 | - |
| YUV | 132.69 | 79.65 | 178.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 113 | 47 | 0 | 0.45 | 0.77 | 0.2 | 25.22 | 0.63 | 0.49 |
| Hex | CC | 71 | 2F | 0 | 2D | 4D | 14 | 19 | 3F | 31 |
| Octal | 314 | 161 | 57 | 0 | 55 | 115 | 24 | 31 | 77 | 61 |
| Binary | 11001100 | 1110001 | 101111 | 0 | 101101 | 1001101 | 10100 | 11001 | 111111 | 110001 |
Color Harmonies of #CC712F
Complementary color
Monochromatic Colors of #CC712F
Black with #CC712F
Text Example
Text Example
White with #CC712F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC712F; }
p { color: rgb(204,113,47); }
H1.HeaderClassName
{
color: #CC712F;
}
.AnyTagClassName
{
color: #CC712F;
}
</style>
background-color css
<style>
a { background-color: #CC712F; }
a { background-color: rgb(204,113,47); }
div.DivClassName
{
background-color: #CC712F;
}
.BgClassName
{
background-color: #CC712F;
}
</style>
border-color css
<style>
span { border-color: #CC712F; }
span { border-color: rgb(204,113,47); }
td.TdClassName
{
border-color: #CC712F;
}
.TagClassName
{
border-color: #CC712F;
}
</style>