Shades of Tenne (Tawny) #CB5B05
Tints of Tenne (Tawny) #CB5B05
RGB
CMYK
RGB Variations
Color information
#CB5B05 (or 0xCB5B05) is known color: Tenne (Tawny). HEX triplet: CB, 5B and 05. RGB value is (203,91,5). Sum of RGB (Red+Green+Blue) = 203+91+5=299 (39% of max value = 765). Red value is 203 (79.69% from 255 or 67.89% from 299); Green value is 91 (35.94% from 255 or 30.43% from 299); Blue value is 5 (2.34% from 255 or 1.67% from 299); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5B05 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB5B05 is #34A4FA. Grayscale: #737373. Windows color (decimal): -3450107 or 351179. OLE color: 351179.
HSL color Cylindrical-coordinate representation of color #CB5B05: hue angle of 26.06º 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 #CB5B05 is Cyan = 0, Magento = 0.55, Yellow = 0.98 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 91 | 5 | - |
| CMYK | 0 | 0.55 | 0.98 | 0.20 |
| HSL | 26.06º | 0.95% | 0.41% | - |
| HSV(B) | 26.06º | 0.98% | 0.8% | - |
| XYZ | 28.4 | 20.19 | 2.54 | - |
| YUV | 114.68 | 66.11 | 190.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 91 | 5 | 0 | 0.55 | 0.98 | 0.20 | 26.06 | 0.95 | 0.41 |
| Hex | CB | 5B | 5 | 0 | 37 | 62 | 14 | 1A | 5F | 29 |
| Octal | 313 | 133 | 5 | 0 | 67 | 142 | 24 | 32 | 137 | 51 |
| Binary | 11001011 | 1011011 | 101 | 0 | 110111 | 1100010 | 10100 | 11010 | 1011111 | 101001 |
Color Harmonies of #CB5B05
Complementary color
Monochromatic Colors of #CB5B05
Black with #CB5B05
Text Example
Text Example
White with #CB5B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5B05; }
p { color: rgb(203,91,5); }
H1.HeaderClassName
{
color: #CB5B05;
}
.AnyTagClassName
{
color: #CB5B05;
}
</style>
background-color css
<style>
a { background-color: #CB5B05; }
a { background-color: rgb(203,91,5); }
div.DivClassName
{
background-color: #CB5B05;
}
.BgClassName
{
background-color: #CB5B05;
}
</style>
border-color css
<style>
span { border-color: #CB5B05; }
span { border-color: rgb(203,91,5); }
td.TdClassName
{
border-color: #CB5B05;
}
.TagClassName
{
border-color: #CB5B05;
}
</style>