Shades of Tenne (Tawny) #CD500E
Tints of Tenne (Tawny) #CD500E
RGB
CMYK
RGB Variations
Color information
#CD500E (or 0xCD500E) is known color: Tenne (Tawny). HEX triplet: CD, 50 and 0E. RGB value is (205,80,14). Sum of RGB (Red+Green+Blue) = 205+80+14=299 (39% of max value = 765). Red value is 205 (80.47% from 255 or 68.56% from 299); Green value is 80 (31.64% from 255 or 26.76% from 299); Blue value is 14 (5.86% from 255 or 4.68% from 299); Max value from RGB is 205 - color contains mainly: red. Hex color #CD500E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CD500E is #32AFF1. Grayscale: #6E6E6E. Windows color (decimal): -3321842 or 938189. OLE color: 938189.
HSL color Cylindrical-coordinate representation of color #CD500E: hue angle of 20.73º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CD500E is Cyan = 0, Magento = 0.61, Yellow = 0.93 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 80 | 14 | - |
| CMYK | 0 | 0.61 | 0.93 | 0.20 |
| HSL | 20.73º | 0.87% | 0.43% | - |
| HSV(B) | 20.73º | 0.93% | 0.8% | - |
| XYZ | 28.12 | 18.75 | 2.55 | - |
| YUV | 109.85 | 73.91 | 195.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 80 | 14 | 0 | 0.61 | 0.93 | 0.20 | 20.73 | 0.87 | 0.43 |
| Hex | CD | 50 | E | 0 | 3D | 5D | 14 | 15 | 57 | 2B |
| Octal | 315 | 120 | 16 | 0 | 75 | 135 | 24 | 25 | 127 | 53 |
| Binary | 11001101 | 1010000 | 1110 | 0 | 111101 | 1011101 | 10100 | 10101 | 1010111 | 101011 |
Color Harmonies of #CD500E
Complementary color
Monochromatic Colors of #CD500E
Black with #CD500E
Text Example
Text Example
White with #CD500E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD500E; }
p { color: rgb(205,80,14); }
H1.HeaderClassName
{
color: #CD500E;
}
.AnyTagClassName
{
color: #CD500E;
}
</style>
background-color css
<style>
a { background-color: #CD500E; }
a { background-color: rgb(205,80,14); }
div.DivClassName
{
background-color: #CD500E;
}
.BgClassName
{
background-color: #CD500E;
}
</style>
border-color css
<style>
span { border-color: #CD500E; }
span { border-color: rgb(205,80,14); }
td.TdClassName
{
border-color: #CD500E;
}
.TagClassName
{
border-color: #CD500E;
}
</style>