Shades of Tenne (Tawny) #CB500F
Tints of Tenne (Tawny) #CB500F
RGB
CMYK
RGB Variations
Color information
#CB500F (or 0xCB500F) is known color: Tenne (Tawny). HEX triplet: CB, 50 and 0F. RGB value is (203,80,15). Sum of RGB (Red+Green+Blue) = 203+80+15=298 (39% of max value = 765). Red value is 203 (79.69% from 255 or 68.12% from 298); Green value is 80 (31.64% from 255 or 26.85% from 298); Blue value is 15 (6.25% from 255 or 5.03% from 298); Max value from RGB is 203 - color contains mainly: red. Hex color #CB500F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB500F is #34AFF0. Grayscale: #6D6D6D. Windows color (decimal): -3452913 or 1003723. OLE color: 1003723.
HSL color Cylindrical-coordinate representation of color #CB500F: hue angle of 20.74º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CB500F is Cyan = 0, Magento = 0.61, Yellow = 0.93 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 80 | 15 | - |
| CMYK | 0 | 0.61 | 0.93 | 0.20 |
| HSL | 20.74º | 0.86% | 0.43% | - |
| HSV(B) | 20.74º | 0.93% | 0.8% | - |
| XYZ | 27.58 | 18.47 | 2.56 | - |
| YUV | 109.37 | 74.75 | 194.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 80 | 15 | 0 | 0.61 | 0.93 | 0.20 | 20.74 | 0.86 | 0.43 |
| Hex | CB | 50 | F | 0 | 3D | 5D | 14 | 15 | 56 | 2B |
| Octal | 313 | 120 | 17 | 0 | 75 | 135 | 24 | 25 | 126 | 53 |
| Binary | 11001011 | 1010000 | 1111 | 0 | 111101 | 1011101 | 10100 | 10101 | 1010110 | 101011 |
Color Harmonies of #CB500F
Complementary color
Monochromatic Colors of #CB500F
Black with #CB500F
Text Example
Text Example
White with #CB500F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB500F; }
p { color: rgb(203,80,15); }
H1.HeaderClassName
{
color: #CB500F;
}
.AnyTagClassName
{
color: #CB500F;
}
</style>
background-color css
<style>
a { background-color: #CB500F; }
a { background-color: rgb(203,80,15); }
div.DivClassName
{
background-color: #CB500F;
}
.BgClassName
{
background-color: #CB500F;
}
</style>
border-color css
<style>
span { border-color: #CB500F; }
span { border-color: rgb(203,80,15); }
td.TdClassName
{
border-color: #CB500F;
}
.TagClassName
{
border-color: #CB500F;
}
</style>