Shades of Tenne (Tawny) #CD500C
Tints of Tenne (Tawny) #CD500C
RGB
CMYK
RGB Variations
Color information
#CD500C (or 0xCD500C) is known color: Tenne (Tawny). HEX triplet: CD, 50 and 0C. RGB value is (205,80,12). Sum of RGB (Red+Green+Blue) = 205+80+12=297 (39% of max value = 765). Red value is 205 (80.47% from 255 or 69.02% from 297); Green value is 80 (31.64% from 255 or 26.94% from 297); Blue value is 12 (5.08% from 255 or 4.04% from 297); Max value from RGB is 205 - color contains mainly: red. Hex color #CD500C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CD500C is #32AFF3. Grayscale: #6E6E6E. Windows color (decimal): -3321844 or 807117. OLE color: 807117.
HSL color Cylindrical-coordinate representation of color #CD500C: hue angle of 21.14º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CD500C is Cyan = 0, Magento = 0.61, Yellow = 0.94 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 80 | 12 | - |
| CMYK | 0 | 0.61 | 0.94 | 0.20 |
| HSL | 21.14º | 0.89% | 0.43% | - |
| HSV(B) | 21.14º | 0.94% | 0.8% | - |
| XYZ | 28.11 | 18.74 | 2.48 | - |
| YUV | 109.62 | 72.91 | 196.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 80 | 12 | 0 | 0.61 | 0.94 | 0.20 | 21.14 | 0.89 | 0.43 |
| Hex | CD | 50 | C | 0 | 3D | 5E | 14 | 15 | 59 | 2B |
| Octal | 315 | 120 | 14 | 0 | 75 | 136 | 24 | 25 | 131 | 53 |
| Binary | 11001101 | 1010000 | 1100 | 0 | 111101 | 1011110 | 10100 | 10101 | 1011001 | 101011 |
Color Harmonies of #CD500C
Complementary color
Monochromatic Colors of #CD500C
Black with #CD500C
Text Example
Text Example
White with #CD500C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD500C; }
p { color: rgb(205,80,12); }
H1.HeaderClassName
{
color: #CD500C;
}
.AnyTagClassName
{
color: #CD500C;
}
</style>
background-color css
<style>
a { background-color: #CD500C; }
a { background-color: rgb(205,80,12); }
div.DivClassName
{
background-color: #CD500C;
}
.BgClassName
{
background-color: #CD500C;
}
</style>
border-color css
<style>
span { border-color: #CD500C; }
span { border-color: rgb(205,80,12); }
td.TdClassName
{
border-color: #CD500C;
}
.TagClassName
{
border-color: #CD500C;
}
</style>