Shades of Tenne (Tawny) #CB570B
Tints of Tenne (Tawny) #CB570B
RGB
CMYK
RGB Variations
Color information
#CB570B (or 0xCB570B) is known color: Tenne (Tawny). HEX triplet: CB, 57 and 0B. RGB value is (203,87,11). Sum of RGB (Red+Green+Blue) = 203+87+11=301 (39% of max value = 765). Red value is 203 (79.69% from 255 or 67.44% from 301); Green value is 87 (34.38% from 255 or 28.90% from 301); Blue value is 11 (4.69% from 255 or 3.65% from 301); Max value from RGB is 203 - color contains mainly: red. Hex color #CB570B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB570B is #34A8F4. Grayscale: #717171. Windows color (decimal): -3451125 or 743371. OLE color: 743371.
HSL color Cylindrical-coordinate representation of color #CB570B: hue angle of 23.75º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CB570B is Cyan = 0, Magento = 0.57, Yellow = 0.95 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 87 | 11 | - |
| CMYK | 0 | 0.57 | 0.95 | 0.20 |
| HSL | 23.75º | 0.9% | 0.42% | - |
| HSV(B) | 23.75º | 0.95% | 0.8% | - |
| XYZ | 28.1 | 19.54 | 2.61 | - |
| YUV | 113.02 | 70.43 | 192.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 87 | 11 | 0 | 0.57 | 0.95 | 0.20 | 23.75 | 0.9 | 0.42 |
| Hex | CB | 57 | B | 0 | 39 | 5F | 14 | 18 | 5A | 2A |
| Octal | 313 | 127 | 13 | 0 | 71 | 137 | 24 | 30 | 132 | 52 |
| Binary | 11001011 | 1010111 | 1011 | 0 | 111001 | 1011111 | 10100 | 11000 | 1011010 | 101010 |
Color Harmonies of #CB570B
Complementary color
Monochromatic Colors of #CB570B
Black with #CB570B
Text Example
Text Example
White with #CB570B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB570B; }
p { color: rgb(203,87,11); }
H1.HeaderClassName
{
color: #CB570B;
}
.AnyTagClassName
{
color: #CB570B;
}
</style>
background-color css
<style>
a { background-color: #CB570B; }
a { background-color: rgb(203,87,11); }
div.DivClassName
{
background-color: #CB570B;
}
.BgClassName
{
background-color: #CB570B;
}
</style>
border-color css
<style>
span { border-color: #CB570B; }
span { border-color: rgb(203,87,11); }
td.TdClassName
{
border-color: #CB570B;
}
.TagClassName
{
border-color: #CB570B;
}
</style>