Shades of Tenne (Tawny) #CB570C
Tints of Tenne (Tawny) #CB570C
RGB
CMYK
RGB Variations
Color information
#CB570C (or 0xCB570C) is known color: Tenne (Tawny). HEX triplet: CB, 57 and 0C. RGB value is (203,87,12). Sum of RGB (Red+Green+Blue) = 203+87+12=302 (40% of max value = 765). Red value is 203 (79.69% from 255 or 67.22% from 302); Green value is 87 (34.38% from 255 or 28.81% from 302); Blue value is 12 (5.08% from 255 or 3.97% from 302); Max value from RGB is 203 - color contains mainly: red. Hex color #CB570C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB570C is #34A8F3. Grayscale: #717171. Windows color (decimal): -3451124 or 808907. OLE color: 808907.
HSL color Cylindrical-coordinate representation of color #CB570C: hue angle of 23.56º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CB570C is Cyan = 0, Magento = 0.57, Yellow = 0.94 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 87 | 12 | - |
| CMYK | 0 | 0.57 | 0.94 | 0.20 |
| HSL | 23.56º | 0.89% | 0.42% | - |
| HSV(B) | 23.56º | 0.94% | 0.8% | - |
| XYZ | 28.1 | 19.54 | 2.64 | - |
| YUV | 113.13 | 70.93 | 192.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 87 | 12 | 0 | 0.57 | 0.94 | 0.20 | 23.56 | 0.89 | 0.42 |
| Hex | CB | 57 | C | 0 | 39 | 5E | 14 | 18 | 59 | 2A |
| Octal | 313 | 127 | 14 | 0 | 71 | 136 | 24 | 30 | 131 | 52 |
| Binary | 11001011 | 1010111 | 1100 | 0 | 111001 | 1011110 | 10100 | 11000 | 1011001 | 101010 |
Color Harmonies of #CB570C
Complementary color
Monochromatic Colors of #CB570C
Black with #CB570C
Text Example
Text Example
White with #CB570C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB570C; }
p { color: rgb(203,87,12); }
H1.HeaderClassName
{
color: #CB570C;
}
.AnyTagClassName
{
color: #CB570C;
}
</style>
background-color css
<style>
a { background-color: #CB570C; }
a { background-color: rgb(203,87,12); }
div.DivClassName
{
background-color: #CB570C;
}
.BgClassName
{
background-color: #CB570C;
}
</style>
border-color css
<style>
span { border-color: #CB570C; }
span { border-color: rgb(203,87,12); }
td.TdClassName
{
border-color: #CB570C;
}
.TagClassName
{
border-color: #CB570C;
}
</style>