Shades of Tenne (Tawny) #CD490A
Tints of Tenne (Tawny) #CD490A
RGB
CMYK
RGB Variations
Color information
#CD490A (or 0xCD490A) is known color: Tenne (Tawny). HEX triplet: CD, 49 and 0A. RGB value is (205,73,10). Sum of RGB (Red+Green+Blue) = 205+73+10=288 (38% of max value = 765). Red value is 205 (80.47% from 255 or 71.18% from 288); Green value is 73 (28.91% from 255 or 25.35% from 288); Blue value is 10 (4.30% from 255 or 3.47% from 288); Max value from RGB is 205 - color contains mainly: red. Hex color #CD490A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CD490A is #32B6F5. Grayscale: #696969. Windows color (decimal): -3323638 or 674253. OLE color: 674253.
HSL color Cylindrical-coordinate representation of color #CD490A: hue angle of 19.38º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CD490A is Cyan = 0, Magento = 0.64, Yellow = 0.95 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 73 | 10 | - |
| CMYK | 0 | 0.64 | 0.95 | 0.20 |
| HSL | 19.38º | 0.91% | 0.42% | - |
| HSV(B) | 19.38º | 0.95% | 0.8% | - |
| XYZ | 27.61 | 17.77 | 2.26 | - |
| YUV | 105.29 | 74.23 | 199.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 73 | 10 | 0 | 0.64 | 0.95 | 0.20 | 19.38 | 0.91 | 0.42 |
| Hex | CD | 49 | A | 0 | 40 | 5F | 14 | 13 | 5B | 2A |
| Octal | 315 | 111 | 12 | 0 | 100 | 137 | 24 | 23 | 133 | 52 |
| Binary | 11001101 | 1001001 | 1010 | 0 | 1000000 | 1011111 | 10100 | 10011 | 1011011 | 101010 |
Color Harmonies of #CD490A
Complementary color
Monochromatic Colors of #CD490A
Black with #CD490A
Text Example
Text Example
White with #CD490A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD490A; }
p { color: rgb(205,73,10); }
H1.HeaderClassName
{
color: #CD490A;
}
.AnyTagClassName
{
color: #CD490A;
}
</style>
background-color css
<style>
a { background-color: #CD490A; }
a { background-color: rgb(205,73,10); }
div.DivClassName
{
background-color: #CD490A;
}
.BgClassName
{
background-color: #CD490A;
}
</style>
border-color css
<style>
span { border-color: #CD490A; }
span { border-color: rgb(205,73,10); }
td.TdClassName
{
border-color: #CD490A;
}
.TagClassName
{
border-color: #CD490A;
}
</style>