Shades of Tenne (Tawny) #CB4500
Tints of Tenne (Tawny) #CB4500
RGB
CMYK
RGB Variations
Color information
#CB4500 (or 0xCB4500) is known color: Tenne (Tawny). HEX triplet: CB, 45 and 00. RGB value is (203,69,0). Sum of RGB (Red+Green+Blue) = 203+69+0=272 (36% of max value = 765). Red value is 203 (79.69% from 255 or 74.63% from 272); Green value is 69 (27.34% from 255 or 25.37% from 272); Blue value is 0 (0.39% from 255 or 0% from 272); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4500 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CB4500 is #34BAFF. Grayscale: #656565. Windows color (decimal): -3455744 or 17867. OLE color: 17867.
HSL color Cylindrical-coordinate representation of color #CB4500: hue angle of 20.39º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CB4500 is Cyan = 0, Magento = 0.66, Yellow = 1 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 69 | 0 | - |
| CMYK | 0 | 0.66 | 1 | 0.20 |
| HSL | 20.39º | 1% | 0.4% | - |
| HSV(B) | 20.39º | 1% | 0.8% | - |
| XYZ | 26.76 | 16.95 | 1.86 | - |
| YUV | 101.2 | 70.89 | 200.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 69 | 0 | 0 | 0.66 | 1 | 0.20 | 20.39 | 1 | 0.4 |
| Hex | CB | 45 | 0 | 0 | 42 | 64 | 14 | 14 | 64 | 28 |
| Octal | 313 | 105 | 0 | 0 | 102 | 144 | 24 | 24 | 144 | 50 |
| Binary | 11001011 | 1000101 | 0 | 0 | 1000010 | 1100100 | 10100 | 10100 | 1100100 | 101000 |
Color Harmonies of #CB4500
Complementary color
Monochromatic Colors of #CB4500
Black with #CB4500
Text Example
Text Example
White with #CB4500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4500; }
p { color: rgb(203,69,0); }
H1.HeaderClassName
{
color: #CB4500;
}
.AnyTagClassName
{
color: #CB4500;
}
</style>
background-color css
<style>
a { background-color: #CB4500; }
a { background-color: rgb(203,69,0); }
div.DivClassName
{
background-color: #CB4500;
}
.BgClassName
{
background-color: #CB4500;
}
</style>
border-color css
<style>
span { border-color: #CB4500; }
span { border-color: rgb(203,69,0); }
td.TdClassName
{
border-color: #CB4500;
}
.TagClassName
{
border-color: #CB4500;
}
</style>