Shades of Tango #CF732B
Tints of Tango #CF732B
RGB
CMYK
RGB Variations
Color information
#CF732B (or 0xCF732B) is known color: Tango. HEX triplet: CF, 73 and 2B. RGB value is (207,115,43). Sum of RGB (Red+Green+Blue) = 207+115+43=365 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.71% from 365); Green value is 115 (45.31% from 255 or 31.51% from 365); Blue value is 43 (17.19% from 255 or 11.78% from 365); Max value from RGB is 207 - color contains mainly: red. Hex color #CF732B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF732B is #308CD4. Grayscale: #868686. Windows color (decimal): -3181781 or 2847695. OLE color: 2847695.
HSL color Cylindrical-coordinate representation of color #CF732B: hue angle of 26.34º degrees, saturation: 0.66, 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 #CF732B is Cyan = 0, Magento = 0.44, Yellow = 0.79 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 115 | 43 | - |
| CMYK | 0 | 0.44 | 0.79 | 0.19 |
| HSL | 26.34º | 0.66% | 0.49% | - |
| HSV(B) | 26.34º | 0.79% | 0.81% | - |
| XYZ | 32.3 | 25.7 | 5.54 | - |
| YUV | 134.3 | 76.48 | 179.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 115 | 43 | 0 | 0.44 | 0.79 | 0.19 | 26.34 | 0.66 | 0.49 |
| Hex | CF | 73 | 2B | 0 | 2C | 4F | 13 | 1A | 42 | 31 |
| Octal | 317 | 163 | 53 | 0 | 54 | 117 | 23 | 32 | 102 | 61 |
| Binary | 11001111 | 1110011 | 101011 | 0 | 101100 | 1001111 | 10011 | 11010 | 1000010 | 110001 |
Color Harmonies of #CF732B
Complementary color
Monochromatic Colors of #CF732B
Black with #CF732B
Text Example
Text Example
White with #CF732B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF732B; }
p { color: rgb(207,115,43); }
H1.HeaderClassName
{
color: #CF732B;
}
.AnyTagClassName
{
color: #CF732B;
}
</style>
background-color css
<style>
a { background-color: #CF732B; }
a { background-color: rgb(207,115,43); }
div.DivClassName
{
background-color: #CF732B;
}
.BgClassName
{
background-color: #CF732B;
}
</style>
border-color css
<style>
span { border-color: #CF732B; }
span { border-color: rgb(207,115,43); }
td.TdClassName
{
border-color: #CF732B;
}
.TagClassName
{
border-color: #CF732B;
}
</style>