Shades of Tenne (Tawny) #CD4A09
Tints of Tenne (Tawny) #CD4A09
RGB
CMYK
RGB Variations
Color information
#CD4A09 (or 0xCD4A09) is known color: Tenne (Tawny). HEX triplet: CD, 4A and 09. RGB value is (205,74,9). Sum of RGB (Red+Green+Blue) = 205+74+9=288 (38% of max value = 765). Red value is 205 (80.47% from 255 or 71.18% from 288); Green value is 74 (29.30% from 255 or 25.69% from 288); Blue value is 9 (3.91% from 255 or 3.12% from 288); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4A09 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CD4A09 is #32B5F6. Grayscale: #6A6A6A. Windows color (decimal): -3323383 or 608973. OLE color: 608973.
HSL color Cylindrical-coordinate representation of color #CD4A09: hue angle of 19.9º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CD4A09 is Cyan = 0, Magento = 0.64, Yellow = 0.96 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 74 | 9 | - |
| CMYK | 0 | 0.64 | 0.96 | 0.20 |
| HSL | 19.9º | 0.92% | 0.42% | - |
| HSV(B) | 19.9º | 0.96% | 0.8% | - |
| XYZ | 27.67 | 17.9 | 2.25 | - |
| YUV | 105.76 | 73.4 | 198.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 74 | 9 | 0 | 0.64 | 0.96 | 0.20 | 19.9 | 0.92 | 0.42 |
| Hex | CD | 4A | 9 | 0 | 40 | 60 | 14 | 14 | 5C | 2A |
| Octal | 315 | 112 | 11 | 0 | 100 | 140 | 24 | 24 | 134 | 52 |
| Binary | 11001101 | 1001010 | 1001 | 0 | 1000000 | 1100000 | 10100 | 10100 | 1011100 | 101010 |
Color Harmonies of #CD4A09
Complementary color
Monochromatic Colors of #CD4A09
Black with #CD4A09
Text Example
Text Example
White with #CD4A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD4A09; }
p { color: rgb(205,74,9); }
H1.HeaderClassName
{
color: #CD4A09;
}
.AnyTagClassName
{
color: #CD4A09;
}
</style>
background-color css
<style>
a { background-color: #CD4A09; }
a { background-color: rgb(205,74,9); }
div.DivClassName
{
background-color: #CD4A09;
}
.BgClassName
{
background-color: #CD4A09;
}
</style>
border-color css
<style>
span { border-color: #CD4A09; }
span { border-color: rgb(205,74,9); }
td.TdClassName
{
border-color: #CD4A09;
}
.TagClassName
{
border-color: #CD4A09;
}
</style>