Shades of Tango #CC732F
Tints of Tango #CC732F
RGB
CMYK
RGB Variations
Color information
#CC732F (or 0xCC732F) is known color: Tango. HEX triplet: CC, 73 and 2F. RGB value is (204,115,47). Sum of RGB (Red+Green+Blue) = 204+115+47=366 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.74% from 366); Green value is 115 (45.31% from 255 or 31.42% from 366); Blue value is 47 (18.75% from 255 or 12.84% from 366); Max value from RGB is 204 - color contains mainly: red. Hex color #CC732F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC732F is #338CD0. Grayscale: #868686. Windows color (decimal): -3378385 or 3109836. OLE color: 3109836.
HSL color Cylindrical-coordinate representation of color #CC732F: hue angle of 25.99º 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 #CC732F is Cyan = 0, Magento = 0.44, Yellow = 0.77 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 115 | 47 | - |
| CMYK | 0 | 0.44 | 0.77 | 0.2 |
| HSL | 25.99º | 0.63% | 0.49% | - |
| HSV(B) | 25.99º | 0.77% | 0.8% | - |
| XYZ | 31.55 | 25.3 | 5.91 | - |
| YUV | 133.86 | 78.99 | 178.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 115 | 47 | 0 | 0.44 | 0.77 | 0.2 | 25.99 | 0.63 | 0.49 |
| Hex | CC | 73 | 2F | 0 | 2C | 4D | 14 | 1A | 3F | 31 |
| Octal | 314 | 163 | 57 | 0 | 54 | 115 | 24 | 32 | 77 | 61 |
| Binary | 11001100 | 1110011 | 101111 | 0 | 101100 | 1001101 | 10100 | 11010 | 111111 | 110001 |
Color Harmonies of #CC732F
Complementary color
Monochromatic Colors of #CC732F
Black with #CC732F
Text Example
Text Example
White with #CC732F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC732F; }
p { color: rgb(204,115,47); }
H1.HeaderClassName
{
color: #CC732F;
}
.AnyTagClassName
{
color: #CC732F;
}
</style>
background-color css
<style>
a { background-color: #CC732F; }
a { background-color: rgb(204,115,47); }
div.DivClassName
{
background-color: #CC732F;
}
.BgClassName
{
background-color: #CC732F;
}
</style>
border-color css
<style>
span { border-color: #CC732F; }
span { border-color: rgb(204,115,47); }
td.TdClassName
{
border-color: #CC732F;
}
.TagClassName
{
border-color: #CC732F;
}
</style>