Shades of Tenne (Tawny) #CD4A11
Tints of Tenne (Tawny) #CD4A11
RGB
CMYK
RGB Variations
Color information
#CD4A11 (or 0xCD4A11) is known color: Tenne (Tawny). HEX triplet: CD, 4A and 11. RGB value is (205,74,17). Sum of RGB (Red+Green+Blue) = 205+74+17=296 (39% of max value = 765). Red value is 205 (80.47% from 255 or 69.26% from 296); Green value is 74 (29.30% from 255 or 25% from 296); Blue value is 17 (7.03% from 255 or 5.74% from 296); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4A11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CD4A11 is #32B5EE. Grayscale: #6B6B6B. Windows color (decimal): -3323375 or 1133261. OLE color: 1133261.
HSL color Cylindrical-coordinate representation of color #CD4A11: hue angle of 18.19º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CD4A11 is Cyan = 0, Magento = 0.64, Yellow = 0.92 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 74 | 17 | - |
| CMYK | 0 | 0.64 | 0.92 | 0.20 |
| HSL | 18.19º | 0.85% | 0.44% | - |
| HSV(B) | 18.19º | 0.92% | 0.8% | - |
| XYZ | 27.73 | 17.92 | 2.53 | - |
| YUV | 106.67 | 77.4 | 198.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 74 | 17 | 0 | 0.64 | 0.92 | 0.20 | 18.19 | 0.85 | 0.44 |
| Hex | CD | 4A | 11 | 0 | 40 | 5C | 14 | 12 | 55 | 2C |
| Octal | 315 | 112 | 21 | 0 | 100 | 134 | 24 | 22 | 125 | 54 |
| Binary | 11001101 | 1001010 | 10001 | 0 | 1000000 | 1011100 | 10100 | 10010 | 1010101 | 101100 |
Color Harmonies of #CD4A11
Complementary color
Monochromatic Colors of #CD4A11
Black with #CD4A11
Text Example
Text Example
White with #CD4A11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD4A11; }
p { color: rgb(205,74,17); }
H1.HeaderClassName
{
color: #CD4A11;
}
.AnyTagClassName
{
color: #CD4A11;
}
</style>
background-color css
<style>
a { background-color: #CD4A11; }
a { background-color: rgb(205,74,17); }
div.DivClassName
{
background-color: #CD4A11;
}
.BgClassName
{
background-color: #CD4A11;
}
</style>
border-color css
<style>
span { border-color: #CD4A11; }
span { border-color: rgb(205,74,17); }
td.TdClassName
{
border-color: #CD4A11;
}
.TagClassName
{
border-color: #CD4A11;
}
</style>