Shades of Tenne (Tawny) #CD4C0E
Tints of Tenne (Tawny) #CD4C0E
RGB
CMYK
RGB Variations
Color information
#CD4C0E (or 0xCD4C0E) is known color: Tenne (Tawny). HEX triplet: CD, 4C and 0E. RGB value is (205,76,14). Sum of RGB (Red+Green+Blue) = 205+76+14=295 (39% of max value = 765). Red value is 205 (80.47% from 255 or 69.49% from 295); Green value is 76 (30.08% from 255 or 25.76% from 295); Blue value is 14 (5.86% from 255 or 4.75% from 295); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4C0E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CD4C0E is #32B3F1. Grayscale: #6B6B6B. Windows color (decimal): -3322866 or 937165. OLE color: 937165.
HSL color Cylindrical-coordinate representation of color #CD4C0E: hue angle of 19.48º 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 #CD4C0E is Cyan = 0, Magento = 0.63, Yellow = 0.93 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 76 | 14 | - |
| CMYK | 0 | 0.63 | 0.93 | 0.20 |
| HSL | 19.48º | 0.87% | 0.43% | - |
| HSV(B) | 19.48º | 0.93% | 0.8% | - |
| XYZ | 27.84 | 18.18 | 2.46 | - |
| YUV | 107.5 | 75.24 | 197.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 76 | 14 | 0 | 0.63 | 0.93 | 0.20 | 19.48 | 0.87 | 0.43 |
| Hex | CD | 4C | E | 0 | 3F | 5D | 14 | 13 | 57 | 2B |
| Octal | 315 | 114 | 16 | 0 | 77 | 135 | 24 | 23 | 127 | 53 |
| Binary | 11001101 | 1001100 | 1110 | 0 | 111111 | 1011101 | 10100 | 10011 | 1010111 | 101011 |
Color Harmonies of #CD4C0E
Complementary color
Monochromatic Colors of #CD4C0E
Black with #CD4C0E
Text Example
Text Example
White with #CD4C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD4C0E; }
p { color: rgb(205,76,14); }
H1.HeaderClassName
{
color: #CD4C0E;
}
.AnyTagClassName
{
color: #CD4C0E;
}
</style>
background-color css
<style>
a { background-color: #CD4C0E; }
a { background-color: rgb(205,76,14); }
div.DivClassName
{
background-color: #CD4C0E;
}
.BgClassName
{
background-color: #CD4C0E;
}
</style>
border-color css
<style>
span { border-color: #CD4C0E; }
span { border-color: rgb(205,76,14); }
td.TdClassName
{
border-color: #CD4C0E;
}
.TagClassName
{
border-color: #CD4C0E;
}
</style>