Shades of Tango #CD702B
Tints of Tango #CD702B
RGB
CMYK
RGB Variations
Color information
#CD702B (or 0xCD702B) is known color: Tango. HEX triplet: CD, 70 and 2B. RGB value is (205,112,43). Sum of RGB (Red+Green+Blue) = 205+112+43=360 (47% of max value = 765). Red value is 205 (80.47% from 255 or 56.94% from 360); Green value is 112 (44.14% from 255 or 31.11% from 360); Blue value is 43 (17.19% from 255 or 11.94% from 360); Max value from RGB is 205 - color contains mainly: red. Hex color #CD702B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD702B is #328FD4. Grayscale: #848484. Windows color (decimal): -3313621 or 2846925. OLE color: 2846925.
HSL color Cylindrical-coordinate representation of color #CD702B: hue angle of 25.56º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CD702B is Cyan = 0, Magento = 0.45, Yellow = 0.79 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 112 | 43 | - |
| CMYK | 0 | 0.45 | 0.79 | 0.20 |
| HSL | 25.56º | 0.65% | 0.49% | - |
| HSV(B) | 25.56º | 0.79% | 0.8% | - |
| XYZ | 31.41 | 24.74 | 5.41 | - |
| YUV | 131.94 | 77.81 | 180.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 112 | 43 | 0 | 0.45 | 0.79 | 0.20 | 25.56 | 0.65 | 0.49 |
| Hex | CD | 70 | 2B | 0 | 2D | 4F | 14 | 1A | 41 | 31 |
| Octal | 315 | 160 | 53 | 0 | 55 | 117 | 24 | 32 | 101 | 61 |
| Binary | 11001101 | 1110000 | 101011 | 0 | 101101 | 1001111 | 10100 | 11010 | 1000001 | 110001 |
Color Harmonies of #CD702B
Complementary color
Monochromatic Colors of #CD702B
Black with #CD702B
Text Example
Text Example
White with #CD702B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD702B; }
p { color: rgb(205,112,43); }
H1.HeaderClassName
{
color: #CD702B;
}
.AnyTagClassName
{
color: #CD702B;
}
</style>
background-color css
<style>
a { background-color: #CD702B; }
a { background-color: rgb(205,112,43); }
div.DivClassName
{
background-color: #CD702B;
}
.BgClassName
{
background-color: #CD702B;
}
</style>
border-color css
<style>
span { border-color: #CD702B; }
span { border-color: rgb(205,112,43); }
td.TdClassName
{
border-color: #CD702B;
}
.TagClassName
{
border-color: #CD702B;
}
</style>