Shades of Tango #CF732C
Tints of Tango #CF732C
RGB
CMYK
RGB Variations
Color information
#CF732C (or 0xCF732C) is known color: Tango. HEX triplet: CF, 73 and 2C. RGB value is (207,115,44). Sum of RGB (Red+Green+Blue) = 207+115+44=366 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.56% from 366); Green value is 115 (45.31% from 255 or 31.42% from 366); Blue value is 44 (17.58% from 255 or 12.02% from 366); Max value from RGB is 207 - color contains mainly: red. Hex color #CF732C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF732C is #308CD3. Grayscale: #868686. Windows color (decimal): -3181780 or 2913231. OLE color: 2913231.
HSL color Cylindrical-coordinate representation of color #CF732C: hue angle of 26.13º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CF732C is Cyan = 0, Magento = 0.44, Yellow = 0.79 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 115 | 44 | - |
| CMYK | 0 | 0.44 | 0.79 | 0.19 |
| HSL | 26.13º | 0.65% | 0.49% | - |
| HSV(B) | 26.13º | 0.79% | 0.81% | - |
| XYZ | 32.32 | 25.71 | 5.64 | - |
| YUV | 134.41 | 76.98 | 179.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 115 | 44 | 0 | 0.44 | 0.79 | 0.19 | 26.13 | 0.65 | 0.49 |
| Hex | CF | 73 | 2C | 0 | 2C | 4F | 13 | 1A | 41 | 31 |
| Octal | 317 | 163 | 54 | 0 | 54 | 117 | 23 | 32 | 101 | 61 |
| Binary | 11001111 | 1110011 | 101100 | 0 | 101100 | 1001111 | 10011 | 11010 | 1000001 | 110001 |
Color Harmonies of #CF732C
Complementary color
Monochromatic Colors of #CF732C
Black with #CF732C
Text Example
Text Example
White with #CF732C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF732C; }
p { color: rgb(207,115,44); }
H1.HeaderClassName
{
color: #CF732C;
}
.AnyTagClassName
{
color: #CF732C;
}
</style>
background-color css
<style>
a { background-color: #CF732C; }
a { background-color: rgb(207,115,44); }
div.DivClassName
{
background-color: #CF732C;
}
.BgClassName
{
background-color: #CF732C;
}
</style>
border-color css
<style>
span { border-color: #CF732C; }
span { border-color: rgb(207,115,44); }
td.TdClassName
{
border-color: #CF732C;
}
.TagClassName
{
border-color: #CF732C;
}
</style>