Shades of Tango #CF6F32
Tints of Tango #CF6F32
RGB
CMYK
RGB Variations
Color information
#CF6F32 (or 0xCF6F32) is known color: Tango. HEX triplet: CF, 6F and 32. RGB value is (207,111,50). Sum of RGB (Red+Green+Blue) = 207+111+50=368 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.25% from 368); Green value is 111 (43.75% from 255 or 30.16% from 368); Blue value is 50 (19.92% from 255 or 13.59% from 368); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6F32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF6F32 is #3090CD. Grayscale: #858585. Windows color (decimal): -3182798 or 3305423. OLE color: 3305423.
HSL color Cylindrical-coordinate representation of color #CF6F32: hue angle of 23.31º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CF6F32 is Cyan = 0, Magento = 0.46, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 111 | 50 | - |
| CMYK | 0 | 0.46 | 0.76 | 0.19 |
| HSL | 23.31º | 0.62% | 0.5% | - |
| HSV(B) | 23.31º | 0.76% | 0.81% | - |
| XYZ | 31.99 | 24.86 | 6.13 | - |
| YUV | 132.75 | 81.3 | 180.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 111 | 50 | 0 | 0.46 | 0.76 | 0.19 | 23.31 | 0.62 | 0.5 |
| Hex | CF | 6F | 32 | 0 | 2E | 4C | 13 | 17 | 3E | 32 |
| Octal | 317 | 157 | 62 | 0 | 56 | 114 | 23 | 27 | 76 | 62 |
| Binary | 11001111 | 1101111 | 110010 | 0 | 101110 | 1001100 | 10011 | 10111 | 111110 | 110010 |
Color Harmonies of #CF6F32
Complementary color
Monochromatic Colors of #CF6F32
Black with #CF6F32
Text Example
Text Example
White with #CF6F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6F32; }
p { color: rgb(207,111,50); }
H1.HeaderClassName
{
color: #CF6F32;
}
.AnyTagClassName
{
color: #CF6F32;
}
</style>
background-color css
<style>
a { background-color: #CF6F32; }
a { background-color: rgb(207,111,50); }
div.DivClassName
{
background-color: #CF6F32;
}
.BgClassName
{
background-color: #CF6F32;
}
</style>
border-color css
<style>
span { border-color: #CF6F32; }
span { border-color: rgb(207,111,50); }
td.TdClassName
{
border-color: #CF6F32;
}
.TagClassName
{
border-color: #CF6F32;
}
</style>