Shades of Tenne (Tawny) #CD500A
Tints of Tenne (Tawny) #CD500A
RGB
CMYK
RGB Variations
Color information
#CD500A (or 0xCD500A) is known color: Tenne (Tawny). HEX triplet: CD, 50 and 0A. RGB value is (205,80,10). Sum of RGB (Red+Green+Blue) = 205+80+10=295 (39% of max value = 765). Red value is 205 (80.47% from 255 or 69.49% from 295); Green value is 80 (31.64% from 255 or 27.12% from 295); Blue value is 10 (4.30% from 255 or 3.39% from 295); Max value from RGB is 205 - color contains mainly: red. Hex color #CD500A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CD500A is #32AFF5. Grayscale: #6D6D6D. Windows color (decimal): -3321846 or 676045. OLE color: 676045.
HSL color Cylindrical-coordinate representation of color #CD500A: hue angle of 21.54º 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 #CD500A is Cyan = 0, Magento = 0.61, Yellow = 0.95 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 80 | 10 | - |
| CMYK | 0 | 0.61 | 0.95 | 0.20 |
| HSL | 21.54º | 0.91% | 0.42% | - |
| HSV(B) | 21.54º | 0.95% | 0.8% | - |
| XYZ | 28.1 | 18.74 | 2.42 | - |
| YUV | 109.4 | 71.91 | 196.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 80 | 10 | 0 | 0.61 | 0.95 | 0.20 | 21.54 | 0.91 | 0.42 |
| Hex | CD | 50 | A | 0 | 3D | 5F | 14 | 16 | 5B | 2A |
| Octal | 315 | 120 | 12 | 0 | 75 | 137 | 24 | 26 | 133 | 52 |
| Binary | 11001101 | 1010000 | 1010 | 0 | 111101 | 1011111 | 10100 | 10110 | 1011011 | 101010 |
Color Harmonies of #CD500A
Complementary color
Monochromatic Colors of #CD500A
Black with #CD500A
Text Example
Text Example
White with #CD500A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD500A; }
p { color: rgb(205,80,10); }
H1.HeaderClassName
{
color: #CD500A;
}
.AnyTagClassName
{
color: #CD500A;
}
</style>
background-color css
<style>
a { background-color: #CD500A; }
a { background-color: rgb(205,80,10); }
div.DivClassName
{
background-color: #CD500A;
}
.BgClassName
{
background-color: #CD500A;
}
</style>
border-color css
<style>
span { border-color: #CD500A; }
span { border-color: rgb(205,80,10); }
td.TdClassName
{
border-color: #CD500A;
}
.TagClassName
{
border-color: #CD500A;
}
</style>