Shades of Tango #CF6F36
Tints of Tango #CF6F36
RGB
CMYK
RGB Variations
Color information
#CF6F36 (or 0xCF6F36) is known color: Tango. HEX triplet: CF, 6F and 36. RGB value is (207,111,54). Sum of RGB (Red+Green+Blue) = 207+111+54=372 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.65% from 372); Green value is 111 (43.75% from 255 or 29.84% from 372); Blue value is 54 (21.48% from 255 or 14.52% from 372); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6F36 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF6F36 is #3090C9. Grayscale: #858585. Windows color (decimal): -3182794 or 3567567. OLE color: 3567567.
HSL color Cylindrical-coordinate representation of color #CF6F36: hue angle of 22.35º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CF6F36 is Cyan = 0, Magento = 0.46, Yellow = 0.74 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 111 | 54 | - |
| CMYK | 0 | 0.46 | 0.74 | 0.19 |
| HSL | 22.35º | 0.61% | 0.51% | - |
| HSV(B) | 22.35º | 0.74% | 0.81% | - |
| XYZ | 32.08 | 24.9 | 6.61 | - |
| YUV | 133.21 | 83.3 | 180.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 111 | 54 | 0 | 0.46 | 0.74 | 0.19 | 22.35 | 0.61 | 0.51 |
| Hex | CF | 6F | 36 | 0 | 2E | 4A | 13 | 16 | 3D | 33 |
| Octal | 317 | 157 | 66 | 0 | 56 | 112 | 23 | 26 | 75 | 63 |
| Binary | 11001111 | 1101111 | 110110 | 0 | 101110 | 1001010 | 10011 | 10110 | 111101 | 110011 |
Color Harmonies of #CF6F36
Complementary color
Monochromatic Colors of #CF6F36
Black with #CF6F36
Text Example
Text Example
White with #CF6F36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6F36; }
p { color: rgb(207,111,54); }
H1.HeaderClassName
{
color: #CF6F36;
}
.AnyTagClassName
{
color: #CF6F36;
}
</style>
background-color css
<style>
a { background-color: #CF6F36; }
a { background-color: rgb(207,111,54); }
div.DivClassName
{
background-color: #CF6F36;
}
.BgClassName
{
background-color: #CF6F36;
}
</style>
border-color css
<style>
span { border-color: #CF6F36; }
span { border-color: rgb(207,111,54); }
td.TdClassName
{
border-color: #CF6F36;
}
.TagClassName
{
border-color: #CF6F36;
}
</style>