Shades of Tenne (Tawny) #CB510E
Tints of Tenne (Tawny) #CB510E
RGB
CMYK
RGB Variations
Color information
#CB510E (or 0xCB510E) is known color: Tenne (Tawny). HEX triplet: CB, 51 and 0E. RGB value is (203,81,14). Sum of RGB (Red+Green+Blue) = 203+81+14=298 (39% of max value = 765). Red value is 203 (79.69% from 255 or 68.12% from 298); Green value is 81 (32.03% from 255 or 27.18% from 298); Blue value is 14 (5.86% from 255 or 4.70% from 298); Max value from RGB is 203 - color contains mainly: red. Hex color #CB510E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB510E is #34AEF1. Grayscale: #6E6E6E. Windows color (decimal): -3452658 or 938443. OLE color: 938443.
HSL color Cylindrical-coordinate representation of color #CB510E: hue angle of 21.27º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CB510E is Cyan = 0, Magento = 0.60, Yellow = 0.93 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 81 | 14 | - |
| CMYK | 0 | 0.60 | 0.93 | 0.20 |
| HSL | 21.27º | 0.87% | 0.43% | - |
| HSV(B) | 21.27º | 0.93% | 0.8% | - |
| XYZ | 27.65 | 18.61 | 2.55 | - |
| YUV | 109.84 | 73.92 | 194.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 81 | 14 | 0 | 0.60 | 0.93 | 0.20 | 21.27 | 0.87 | 0.43 |
| Hex | CB | 51 | E | 0 | 3C | 5D | 14 | 15 | 57 | 2B |
| Octal | 313 | 121 | 16 | 0 | 74 | 135 | 24 | 25 | 127 | 53 |
| Binary | 11001011 | 1010001 | 1110 | 0 | 111100 | 1011101 | 10100 | 10101 | 1010111 | 101011 |
Color Harmonies of #CB510E
Complementary color
Monochromatic Colors of #CB510E
Black with #CB510E
Text Example
Text Example
White with #CB510E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB510E; }
p { color: rgb(203,81,14); }
H1.HeaderClassName
{
color: #CB510E;
}
.AnyTagClassName
{
color: #CB510E;
}
</style>
background-color css
<style>
a { background-color: #CB510E; }
a { background-color: rgb(203,81,14); }
div.DivClassName
{
background-color: #CB510E;
}
.BgClassName
{
background-color: #CB510E;
}
</style>
border-color css
<style>
span { border-color: #CB510E; }
span { border-color: rgb(203,81,14); }
td.TdClassName
{
border-color: #CB510E;
}
.TagClassName
{
border-color: #CB510E;
}
</style>