Shades of Tenne (Tawny) #CD4C11
Tints of Tenne (Tawny) #CD4C11
RGB
CMYK
RGB Variations
Color information
#CD4C11 (or 0xCD4C11) is known color: Tenne (Tawny). HEX triplet: CD, 4C and 11. RGB value is (205,76,17). Sum of RGB (Red+Green+Blue) = 205+76+17=298 (39% of max value = 765). Red value is 205 (80.47% from 255 or 68.79% from 298); Green value is 76 (30.08% from 255 or 25.50% from 298); Blue value is 17 (7.03% from 255 or 5.70% from 298); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4C11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CD4C11 is #32B3EE. Grayscale: #6C6C6C. Windows color (decimal): -3322863 or 1133773. OLE color: 1133773.
HSL color Cylindrical-coordinate representation of color #CD4C11: hue angle of 18.83º 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 #CD4C11 is Cyan = 0, Magento = 0.63, Yellow = 0.92 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 76 | 17 | - |
| CMYK | 0 | 0.63 | 0.92 | 0.20 |
| HSL | 18.83º | 0.85% | 0.44% | - |
| HSV(B) | 18.83º | 0.92% | 0.8% | - |
| XYZ | 27.86 | 18.19 | 2.57 | - |
| YUV | 107.85 | 76.74 | 197.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 76 | 17 | 0 | 0.63 | 0.92 | 0.20 | 18.83 | 0.85 | 0.44 |
| Hex | CD | 4C | 11 | 0 | 3F | 5C | 14 | 13 | 55 | 2C |
| Octal | 315 | 114 | 21 | 0 | 77 | 134 | 24 | 23 | 125 | 54 |
| Binary | 11001101 | 1001100 | 10001 | 0 | 111111 | 1011100 | 10100 | 10011 | 1010101 | 101100 |
Color Harmonies of #CD4C11
Complementary color
Monochromatic Colors of #CD4C11
Black with #CD4C11
Text Example
Text Example
White with #CD4C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD4C11; }
p { color: rgb(205,76,17); }
H1.HeaderClassName
{
color: #CD4C11;
}
.AnyTagClassName
{
color: #CD4C11;
}
</style>
background-color css
<style>
a { background-color: #CD4C11; }
a { background-color: rgb(205,76,17); }
div.DivClassName
{
background-color: #CD4C11;
}
.BgClassName
{
background-color: #CD4C11;
}
</style>
border-color css
<style>
span { border-color: #CD4C11; }
span { border-color: rgb(205,76,17); }
td.TdClassName
{
border-color: #CD4C11;
}
.TagClassName
{
border-color: #CD4C11;
}
</style>