Shades of Tango #CD742F
Tints of Tango #CD742F
RGB
CMYK
RGB Variations
Color information
#CD742F (or 0xCD742F) is known color: Tango. HEX triplet: CD, 74 and 2F. RGB value is (205,116,47). Sum of RGB (Red+Green+Blue) = 205+116+47=368 (48% of max value = 765). Red value is 205 (80.47% from 255 or 55.71% from 368); Green value is 116 (45.70% from 255 or 31.52% from 368); Blue value is 47 (18.75% from 255 or 12.77% from 368); Max value from RGB is 205 - color contains mainly: red. Hex color #CD742F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD742F is #328BD0. Grayscale: #878787. Windows color (decimal): -3312593 or 3110093. OLE color: 3110093.
HSL color Cylindrical-coordinate representation of color #CD742F: hue angle of 26.2º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CD742F is Cyan = 0, Magento = 0.43, Yellow = 0.77 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 116 | 47 | - |
| CMYK | 0 | 0.43 | 0.77 | 0.20 |
| HSL | 26.2º | 0.63% | 0.49% | - |
| HSV(B) | 26.2º | 0.77% | 0.8% | - |
| XYZ | 31.94 | 25.68 | 5.96 | - |
| YUV | 134.75 | 78.49 | 178.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 116 | 47 | 0 | 0.43 | 0.77 | 0.20 | 26.2 | 0.63 | 0.49 |
| Hex | CD | 74 | 2F | 0 | 2B | 4D | 14 | 1A | 3F | 31 |
| Octal | 315 | 164 | 57 | 0 | 53 | 115 | 24 | 32 | 77 | 61 |
| Binary | 11001101 | 1110100 | 101111 | 0 | 101011 | 1001101 | 10100 | 11010 | 111111 | 110001 |
Color Harmonies of #CD742F
Complementary color
Monochromatic Colors of #CD742F
Black with #CD742F
Text Example
Text Example
White with #CD742F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD742F; }
p { color: rgb(205,116,47); }
H1.HeaderClassName
{
color: #CD742F;
}
.AnyTagClassName
{
color: #CD742F;
}
</style>
background-color css
<style>
a { background-color: #CD742F; }
a { background-color: rgb(205,116,47); }
div.DivClassName
{
background-color: #CD742F;
}
.BgClassName
{
background-color: #CD742F;
}
</style>
border-color css
<style>
span { border-color: #CD742F; }
span { border-color: rgb(205,116,47); }
td.TdClassName
{
border-color: #CD742F;
}
.TagClassName
{
border-color: #CD742F;
}
</style>