Shades of Tango #CC6F2A
Tints of Tango #CC6F2A
RGB
CMYK
RGB Variations
Color information
#CC6F2A (or 0xCC6F2A) is known color: Tango. HEX triplet: CC, 6F and 2A. RGB value is (204,111,42). Sum of RGB (Red+Green+Blue) = 204+111+42=357 (47% of max value = 765). Red value is 204 (80.08% from 255 or 57.14% from 357); Green value is 111 (43.75% from 255 or 31.09% from 357); Blue value is 42 (16.80% from 255 or 11.76% from 357); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6F2A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC6F2A is #3390D5. Grayscale: #838383. Windows color (decimal): -3379414 or 2781132. OLE color: 2781132.
HSL color Cylindrical-coordinate representation of color #CC6F2A: hue angle of 25.56º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CC6F2A is Cyan = 0, Magento = 0.46, Yellow = 0.79 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 111 | 42 | - |
| CMYK | 0 | 0.46 | 0.79 | 0.2 |
| HSL | 25.56º | 0.66% | 0.48% | - |
| HSV(B) | 25.56º | 0.79% | 0.8% | - |
| XYZ | 31 | 24.37 | 5.26 | - |
| YUV | 130.94 | 77.81 | 180.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 111 | 42 | 0 | 0.46 | 0.79 | 0.2 | 25.56 | 0.66 | 0.48 |
| Hex | CC | 6F | 2A | 0 | 2E | 4F | 14 | 1A | 42 | 30 |
| Octal | 314 | 157 | 52 | 0 | 56 | 117 | 24 | 32 | 102 | 60 |
| Binary | 11001100 | 1101111 | 101010 | 0 | 101110 | 1001111 | 10100 | 11010 | 1000010 | 110000 |
Color Harmonies of #CC6F2A
Complementary color
Monochromatic Colors of #CC6F2A
Black with #CC6F2A
Text Example
Text Example
White with #CC6F2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6F2A; }
p { color: rgb(204,111,42); }
H1.HeaderClassName
{
color: #CC6F2A;
}
.AnyTagClassName
{
color: #CC6F2A;
}
</style>
background-color css
<style>
a { background-color: #CC6F2A; }
a { background-color: rgb(204,111,42); }
div.DivClassName
{
background-color: #CC6F2A;
}
.BgClassName
{
background-color: #CC6F2A;
}
</style>
border-color css
<style>
span { border-color: #CC6F2A; }
span { border-color: rgb(204,111,42); }
td.TdClassName
{
border-color: #CC6F2A;
}
.TagClassName
{
border-color: #CC6F2A;
}
</style>