Shades of Tango #CF702D
Tints of Tango #CF702D
RGB
CMYK
RGB Variations
Color information
#CF702D (or 0xCF702D) is known color: Tango. HEX triplet: CF, 70 and 2D. RGB value is (207,112,45). Sum of RGB (Red+Green+Blue) = 207+112+45=364 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.87% from 364); Green value is 112 (44.14% from 255 or 30.77% from 364); Blue value is 45 (17.97% from 255 or 12.36% from 364); Max value from RGB is 207 - color contains mainly: red. Hex color #CF702D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF702D is #308FD2. Grayscale: #858585. Windows color (decimal): -3182547 or 2977999. OLE color: 2977999.
HSL color Cylindrical-coordinate representation of color #CF702D: hue angle of 24.81º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CF702D is Cyan = 0, Magento = 0.46, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 112 | 45 | - |
| CMYK | 0 | 0.46 | 0.78 | 0.19 |
| HSL | 24.81º | 0.64% | 0.49% | - |
| HSV(B) | 24.81º | 0.78% | 0.81% | - |
| XYZ | 32 | 25.04 | 5.63 | - |
| YUV | 132.77 | 78.47 | 180.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 112 | 45 | 0 | 0.46 | 0.78 | 0.19 | 24.81 | 0.64 | 0.49 |
| Hex | CF | 70 | 2D | 0 | 2E | 4E | 13 | 19 | 40 | 31 |
| Octal | 317 | 160 | 55 | 0 | 56 | 116 | 23 | 31 | 100 | 61 |
| Binary | 11001111 | 1110000 | 101101 | 0 | 101110 | 1001110 | 10011 | 11001 | 1000000 | 110001 |
Color Harmonies of #CF702D
Complementary color
Monochromatic Colors of #CF702D
Black with #CF702D
Text Example
Text Example
White with #CF702D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF702D; }
p { color: rgb(207,112,45); }
H1.HeaderClassName
{
color: #CF702D;
}
.AnyTagClassName
{
color: #CF702D;
}
</style>
background-color css
<style>
a { background-color: #CF702D; }
a { background-color: rgb(207,112,45); }
div.DivClassName
{
background-color: #CF702D;
}
.BgClassName
{
background-color: #CF702D;
}
</style>
border-color css
<style>
span { border-color: #CF702D; }
span { border-color: rgb(207,112,45); }
td.TdClassName
{
border-color: #CF702D;
}
.TagClassName
{
border-color: #CF702D;
}
</style>