Shades of Tango #CD742D
Tints of Tango #CD742D
RGB
CMYK
RGB Variations
Color information
#CD742D (or 0xCD742D) is known color: Tango. HEX triplet: CD, 74 and 2D. RGB value is (205,116,45). Sum of RGB (Red+Green+Blue) = 205+116+45=366 (48% of max value = 765). Red value is 205 (80.47% from 255 or 56.01% from 366); Green value is 116 (45.70% from 255 or 31.69% from 366); Blue value is 45 (17.97% from 255 or 12.30% from 366); Max value from RGB is 205 - color contains mainly: red. Hex color #CD742D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD742D is #328BD2. Grayscale: #868686. Windows color (decimal): -3312595 or 2979021. OLE color: 2979021.
HSL color Cylindrical-coordinate representation of color #CD742D: hue angle of 26.62º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CD742D is Cyan = 0, Magento = 0.43, Yellow = 0.78 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 116 | 45 | - |
| CMYK | 0 | 0.43 | 0.78 | 0.20 |
| HSL | 26.63º | 0.64% | 0.49% | - |
| HSV(B) | 26.63º | 0.78% | 0.8% | - |
| XYZ | 31.9 | 25.66 | 5.75 | - |
| YUV | 134.52 | 77.49 | 178.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 116 | 45 | 0 | 0.43 | 0.78 | 0.20 | 26.63 | 0.64 | 0.49 |
| Hex | CD | 74 | 2D | 0 | 2B | 4E | 14 | 1B | 40 | 31 |
| Octal | 315 | 164 | 55 | 0 | 53 | 116 | 24 | 33 | 100 | 61 |
| Binary | 11001101 | 1110100 | 101101 | 0 | 101011 | 1001110 | 10100 | 11011 | 1000000 | 110001 |
Color Harmonies of #CD742D
Complementary color
Monochromatic Colors of #CD742D
Black with #CD742D
Text Example
Text Example
White with #CD742D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD742D; }
p { color: rgb(205,116,45); }
H1.HeaderClassName
{
color: #CD742D;
}
.AnyTagClassName
{
color: #CD742D;
}
</style>
background-color css
<style>
a { background-color: #CD742D; }
a { background-color: rgb(205,116,45); }
div.DivClassName
{
background-color: #CD742D;
}
.BgClassName
{
background-color: #CD742D;
}
</style>
border-color css
<style>
span { border-color: #CD742D; }
span { border-color: rgb(205,116,45); }
td.TdClassName
{
border-color: #CD742D;
}
.TagClassName
{
border-color: #CD742D;
}
</style>