Shades of Tenne (Tawny) #CB5A05
Tints of Tenne (Tawny) #CB5A05
RGB
CMYK
RGB Variations
Color information
#CB5A05 (or 0xCB5A05) is known color: Tenne (Tawny). HEX triplet: CB, 5A and 05. RGB value is (203,90,5). Sum of RGB (Red+Green+Blue) = 203+90+5=298 (39% of max value = 765). Red value is 203 (79.69% from 255 or 68.12% from 298); Green value is 90 (35.55% from 255 or 30.20% from 298); Blue value is 5 (2.34% from 255 or 1.68% from 298); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5A05 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB5A05 is #34A5FA. Grayscale: #727272. Windows color (decimal): -3450363 or 350923. OLE color: 350923.
HSL color Cylindrical-coordinate representation of color #CB5A05: hue angle of 25.76º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CB5A05 is Cyan = 0, Magento = 0.56, Yellow = 0.98 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 90 | 5 | - |
| CMYK | 0 | 0.56 | 0.98 | 0.20 |
| HSL | 25.76º | 0.95% | 0.41% | - |
| HSV(B) | 25.76º | 0.98% | 0.8% | - |
| XYZ | 28.31 | 20.02 | 2.52 | - |
| YUV | 114.1 | 66.44 | 191.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 90 | 5 | 0 | 0.56 | 0.98 | 0.20 | 25.76 | 0.95 | 0.41 |
| Hex | CB | 5A | 5 | 0 | 38 | 62 | 14 | 1A | 5F | 29 |
| Octal | 313 | 132 | 5 | 0 | 70 | 142 | 24 | 32 | 137 | 51 |
| Binary | 11001011 | 1011010 | 101 | 0 | 111000 | 1100010 | 10100 | 11010 | 1011111 | 101001 |
Color Harmonies of #CB5A05
Complementary color
Monochromatic Colors of #CB5A05
Black with #CB5A05
Text Example
Text Example
White with #CB5A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5A05; }
p { color: rgb(203,90,5); }
H1.HeaderClassName
{
color: #CB5A05;
}
.AnyTagClassName
{
color: #CB5A05;
}
</style>
background-color css
<style>
a { background-color: #CB5A05; }
a { background-color: rgb(203,90,5); }
div.DivClassName
{
background-color: #CB5A05;
}
.BgClassName
{
background-color: #CB5A05;
}
</style>
border-color css
<style>
span { border-color: #CB5A05; }
span { border-color: rgb(203,90,5); }
td.TdClassName
{
border-color: #CB5A05;
}
.TagClassName
{
border-color: #CB5A05;
}
</style>