Shades of Tango #CD6C2D
Tints of Tango #CD6C2D
RGB
CMYK
RGB Variations
Color information
#CD6C2D (or 0xCD6C2D) is known color: Tango. HEX triplet: CD, 6C and 2D. RGB value is (205,108,45). Sum of RGB (Red+Green+Blue) = 205+108+45=358 (47% of max value = 765). Red value is 205 (80.47% from 255 or 57.26% from 358); Green value is 108 (42.58% from 255 or 30.17% from 358); Blue value is 45 (17.97% from 255 or 12.57% from 358); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6C2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD6C2D is #3293D2. Grayscale: #828282. Windows color (decimal): -3314643 or 2976973. OLE color: 2976973.
HSL color Cylindrical-coordinate representation of color #CD6C2D: hue angle of 23.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 #CD6C2D is Cyan = 0, Magento = 0.47, Yellow = 0.78 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 108 | 45 | - |
| CMYK | 0 | 0.47 | 0.78 | 0.20 |
| HSL | 23.63º | 0.64% | 0.49% | - |
| HSV(B) | 23.63º | 0.78% | 0.8% | - |
| XYZ | 31.01 | 23.89 | 5.46 | - |
| YUV | 129.82 | 80.14 | 181.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 108 | 45 | 0 | 0.47 | 0.78 | 0.20 | 23.63 | 0.64 | 0.49 |
| Hex | CD | 6C | 2D | 0 | 2F | 4E | 14 | 18 | 40 | 31 |
| Octal | 315 | 154 | 55 | 0 | 57 | 116 | 24 | 30 | 100 | 61 |
| Binary | 11001101 | 1101100 | 101101 | 0 | 101111 | 1001110 | 10100 | 11000 | 1000000 | 110001 |
Color Harmonies of #CD6C2D
Complementary color
Monochromatic Colors of #CD6C2D
Black with #CD6C2D
Text Example
Text Example
White with #CD6C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD6C2D; }
p { color: rgb(205,108,45); }
H1.HeaderClassName
{
color: #CD6C2D;
}
.AnyTagClassName
{
color: #CD6C2D;
}
</style>
background-color css
<style>
a { background-color: #CD6C2D; }
a { background-color: rgb(205,108,45); }
div.DivClassName
{
background-color: #CD6C2D;
}
.BgClassName
{
background-color: #CD6C2D;
}
</style>
border-color css
<style>
span { border-color: #CD6C2D; }
span { border-color: rgb(205,108,45); }
td.TdClassName
{
border-color: #CD6C2D;
}
.TagClassName
{
border-color: #CD6C2D;
}
</style>