Shades of Tenne (Tawny) #CB5805
Tints of Tenne (Tawny) #CB5805
RGB
CMYK
RGB Variations
Color information
#CB5805 (or 0xCB5805) is known color: Tenne (Tawny). HEX triplet: CB, 58 and 05. RGB value is (203,88,5). Sum of RGB (Red+Green+Blue) = 203+88+5=296 (39% of max value = 765). Red value is 203 (79.69% from 255 or 68.58% from 296); Green value is 88 (34.77% from 255 or 29.73% from 296); Blue value is 5 (2.34% from 255 or 1.69% from 296); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5805 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB5805 is #34A7FA. Grayscale: #717171. Windows color (decimal): -3450875 or 350411. OLE color: 350411.
HSL color Cylindrical-coordinate representation of color #CB5805: hue angle of 25.15º 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 #CB5805 is Cyan = 0, Magento = 0.57, Yellow = 0.98 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 88 | 5 | - |
| CMYK | 0 | 0.57 | 0.98 | 0.20 |
| HSL | 25.15º | 0.95% | 0.41% | - |
| HSV(B) | 25.15º | 0.98% | 0.8% | - |
| XYZ | 28.15 | 19.69 | 2.46 | - |
| YUV | 112.92 | 67.1 | 192.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 88 | 5 | 0 | 0.57 | 0.98 | 0.20 | 25.15 | 0.95 | 0.41 |
| Hex | CB | 58 | 5 | 0 | 39 | 62 | 14 | 19 | 5F | 29 |
| Octal | 313 | 130 | 5 | 0 | 71 | 142 | 24 | 31 | 137 | 51 |
| Binary | 11001011 | 1011000 | 101 | 0 | 111001 | 1100010 | 10100 | 11001 | 1011111 | 101001 |
Color Harmonies of #CB5805
Complementary color
Monochromatic Colors of #CB5805
Black with #CB5805
Text Example
Text Example
White with #CB5805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5805; }
p { color: rgb(203,88,5); }
H1.HeaderClassName
{
color: #CB5805;
}
.AnyTagClassName
{
color: #CB5805;
}
</style>
background-color css
<style>
a { background-color: #CB5805; }
a { background-color: rgb(203,88,5); }
div.DivClassName
{
background-color: #CB5805;
}
.BgClassName
{
background-color: #CB5805;
}
</style>
border-color css
<style>
span { border-color: #CB5805; }
span { border-color: rgb(203,88,5); }
td.TdClassName
{
border-color: #CB5805;
}
.TagClassName
{
border-color: #CB5805;
}
</style>