Shades of Tango #CC6B36
Tints of Tango #CC6B36
RGB
CMYK
RGB Variations
Color information
#CC6B36 (or 0xCC6B36) is known color: Tango. HEX triplet: CC, 6B and 36. RGB value is (204,107,54). Sum of RGB (Red+Green+Blue) = 204+107+54=365 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.89% from 365); Green value is 107 (42.19% from 255 or 29.32% from 365); Blue value is 54 (21.48% from 255 or 14.79% from 365); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6B36 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC6B36 is #3394C9. Grayscale: #828282. Windows color (decimal): -3380426 or 3566540. OLE color: 3566540.
HSL color Cylindrical-coordinate representation of color #CC6B36: hue angle of 21.2º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CC6B36 is Cyan = 0, Magento = 0.48, Yellow = 0.74 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 107 | 54 | - |
| CMYK | 0 | 0.48 | 0.74 | 0.2 |
| HSL | 21.2º | 0.6% | 0.51% | - |
| HSV(B) | 21.2º | 0.74% | 0.8% | - |
| XYZ | 30.83 | 23.62 | 6.42 | - |
| YUV | 129.96 | 85.14 | 180.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 107 | 54 | 0 | 0.48 | 0.74 | 0.2 | 21.2 | 0.6 | 0.51 |
| Hex | CC | 6B | 36 | 0 | 30 | 4A | 14 | 15 | 3C | 33 |
| Octal | 314 | 153 | 66 | 0 | 60 | 112 | 24 | 25 | 74 | 63 |
| Binary | 11001100 | 1101011 | 110110 | 0 | 110000 | 1001010 | 10100 | 10101 | 111100 | 110011 |
Color Harmonies of #CC6B36
Complementary color
Monochromatic Colors of #CC6B36
Black with #CC6B36
Text Example
Text Example
White with #CC6B36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6B36; }
p { color: rgb(204,107,54); }
H1.HeaderClassName
{
color: #CC6B36;
}
.AnyTagClassName
{
color: #CC6B36;
}
</style>
background-color css
<style>
a { background-color: #CC6B36; }
a { background-color: rgb(204,107,54); }
div.DivClassName
{
background-color: #CC6B36;
}
.BgClassName
{
background-color: #CC6B36;
}
</style>
border-color css
<style>
span { border-color: #CC6B36; }
span { border-color: rgb(204,107,54); }
td.TdClassName
{
border-color: #CC6B36;
}
.TagClassName
{
border-color: #CC6B36;
}
</style>