Shades of Tenne (Tawny) #CB5D03
Tints of Tenne (Tawny) #CB5D03
RGB
CMYK
RGB Variations
Color information
#CB5D03 (or 0xCB5D03) is known color: Tenne (Tawny). HEX triplet: CB, 5D and 03. RGB value is (203,93,3). Sum of RGB (Red+Green+Blue) = 203+93+3=299 (39% of max value = 765). Red value is 203 (79.69% from 255 or 67.89% from 299); Green value is 93 (36.72% from 255 or 31.10% from 299); Blue value is 3 (1.56% from 255 or 1.00% from 299); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5D03 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB5D03 is #34A2FC. Grayscale: #747474. Windows color (decimal): -3449597 or 220619. OLE color: 220619.
HSL color Cylindrical-coordinate representation of color #CB5D03: hue angle of 27º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CB5D03 is Cyan = 0, Magento = 0.54, Yellow = 0.99 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 93 | 3 | - |
| CMYK | 0 | 0.54 | 0.99 | 0.20 |
| HSL | 27º | 0.97% | 0.4% | - |
| HSV(B) | 27º | 0.99% | 0.8% | - |
| XYZ | 28.56 | 20.53 | 2.54 | - |
| YUV | 115.63 | 64.44 | 190.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 93 | 3 | 0 | 0.54 | 0.99 | 0.20 | 27 | 0.97 | 0.4 |
| Hex | CB | 5D | 3 | 0 | 36 | 63 | 14 | 1B | 61 | 28 |
| Octal | 313 | 135 | 3 | 0 | 66 | 143 | 24 | 33 | 141 | 50 |
| Binary | 11001011 | 1011101 | 11 | 0 | 110110 | 1100011 | 10100 | 11011 | 1100001 | 101000 |
Color Harmonies of #CB5D03
Complementary color
Monochromatic Colors of #CB5D03
Black with #CB5D03
Text Example
Text Example
White with #CB5D03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5D03; }
p { color: rgb(203,93,3); }
H1.HeaderClassName
{
color: #CB5D03;
}
.AnyTagClassName
{
color: #CB5D03;
}
</style>
background-color css
<style>
a { background-color: #CB5D03; }
a { background-color: rgb(203,93,3); }
div.DivClassName
{
background-color: #CB5D03;
}
.BgClassName
{
background-color: #CB5D03;
}
</style>
border-color css
<style>
span { border-color: #CB5D03; }
span { border-color: rgb(203,93,3); }
td.TdClassName
{
border-color: #CB5D03;
}
.TagClassName
{
border-color: #CB5D03;
}
</style>