Shades of Tenne (Tawny) #CB5E07
Tints of Tenne (Tawny) #CB5E07
RGB
CMYK
RGB Variations
Color information
#CB5E07 (or 0xCB5E07) is known color: Tenne (Tawny). HEX triplet: CB, 5E and 07. RGB value is (203,94,7). Sum of RGB (Red+Green+Blue) = 203+94+7=304 (40% of max value = 765). Red value is 203 (79.69% from 255 or 66.78% from 304); Green value is 94 (37.11% from 255 or 30.92% from 304); Blue value is 7 (3.12% from 255 or 2.30% from 304); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5E07 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB5E07 is #34A1F8. Grayscale: #757575. Windows color (decimal): -3449337 or 483019. OLE color: 483019.
HSL color Cylindrical-coordinate representation of color #CB5E07: hue angle of 26.63º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CB5E07 is Cyan = 0, Magento = 0.54, Yellow = 0.97 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 94 | 7 | - |
| CMYK | 0 | 0.54 | 0.97 | 0.20 |
| HSL | 26.63º | 0.93% | 0.41% | - |
| HSV(B) | 26.63º | 0.97% | 0.8% | - |
| XYZ | 28.67 | 20.72 | 2.69 | - |
| YUV | 116.67 | 66.11 | 189.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 94 | 7 | 0 | 0.54 | 0.97 | 0.20 | 26.63 | 0.93 | 0.41 |
| Hex | CB | 5E | 7 | 0 | 36 | 61 | 14 | 1B | 5D | 29 |
| Octal | 313 | 136 | 7 | 0 | 66 | 141 | 24 | 33 | 135 | 51 |
| Binary | 11001011 | 1011110 | 111 | 0 | 110110 | 1100001 | 10100 | 11011 | 1011101 | 101001 |
Color Harmonies of #CB5E07
Complementary color
Monochromatic Colors of #CB5E07
Black with #CB5E07
Text Example
Text Example
White with #CB5E07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5E07; }
p { color: rgb(203,94,7); }
H1.HeaderClassName
{
color: #CB5E07;
}
.AnyTagClassName
{
color: #CB5E07;
}
</style>
background-color css
<style>
a { background-color: #CB5E07; }
a { background-color: rgb(203,94,7); }
div.DivClassName
{
background-color: #CB5E07;
}
.BgClassName
{
background-color: #CB5E07;
}
</style>
border-color css
<style>
span { border-color: #CB5E07; }
span { border-color: rgb(203,94,7); }
td.TdClassName
{
border-color: #CB5E07;
}
.TagClassName
{
border-color: #CB5E07;
}
</style>