Shades of Tango #CD732F
Tints of Tango #CD732F
RGB
CMYK
RGB Variations
Color information
#CD732F (or 0xCD732F) is known color: Tango. HEX triplet: CD, 73 and 2F. RGB value is (205,115,47). Sum of RGB (Red+Green+Blue) = 205+115+47=367 (48% of max value = 765). Red value is 205 (80.47% from 255 or 55.86% from 367); Green value is 115 (45.31% from 255 or 31.34% from 367); Blue value is 47 (18.75% from 255 or 12.81% from 367); Max value from RGB is 205 - color contains mainly: red. Hex color #CD732F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD732F is #328CD0. Grayscale: #868686. Windows color (decimal): -3312849 or 3109837. OLE color: 3109837.
HSL color Cylindrical-coordinate representation of color #CD732F: hue angle of 25.82º 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 #CD732F is Cyan = 0, Magento = 0.44, Yellow = 0.77 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 115 | 47 | - |
| CMYK | 0 | 0.44 | 0.77 | 0.20 |
| HSL | 25.82º | 0.63% | 0.49% | - |
| HSV(B) | 25.82º | 0.77% | 0.8% | - |
| XYZ | 31.82 | 25.45 | 5.92 | - |
| YUV | 134.16 | 78.82 | 178.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 115 | 47 | 0 | 0.44 | 0.77 | 0.20 | 25.82 | 0.63 | 0.49 |
| Hex | CD | 73 | 2F | 0 | 2C | 4D | 14 | 1A | 3F | 31 |
| Octal | 315 | 163 | 57 | 0 | 54 | 115 | 24 | 32 | 77 | 61 |
| Binary | 11001101 | 1110011 | 101111 | 0 | 101100 | 1001101 | 10100 | 11010 | 111111 | 110001 |
Color Harmonies of #CD732F
Complementary color
Monochromatic Colors of #CD732F
Black with #CD732F
Text Example
Text Example
White with #CD732F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD732F; }
p { color: rgb(205,115,47); }
H1.HeaderClassName
{
color: #CD732F;
}
.AnyTagClassName
{
color: #CD732F;
}
</style>
background-color css
<style>
a { background-color: #CD732F; }
a { background-color: rgb(205,115,47); }
div.DivClassName
{
background-color: #CD732F;
}
.BgClassName
{
background-color: #CD732F;
}
</style>
border-color css
<style>
span { border-color: #CD732F; }
span { border-color: rgb(205,115,47); }
td.TdClassName
{
border-color: #CD732F;
}
.TagClassName
{
border-color: #CD732F;
}
</style>