Shades of Tenne (Tawny) #CB490C
Tints of Tenne (Tawny) #CB490C
RGB
CMYK
RGB Variations
Color information
#CB490C (or 0xCB490C) is known color: Tenne (Tawny). HEX triplet: CB, 49 and 0C. RGB value is (203,73,12). Sum of RGB (Red+Green+Blue) = 203+73+12=288 (38% of max value = 765). Red value is 203 (79.69% from 255 or 70.49% from 288); Green value is 73 (28.91% from 255 or 25.35% from 288); Blue value is 12 (5.08% from 255 or 4.17% from 288); Max value from RGB is 203 - color contains mainly: red. Hex color #CB490C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CB490C is #34B6F3. Grayscale: #696969. Windows color (decimal): -3454708 or 805323. OLE color: 805323.
HSL color Cylindrical-coordinate representation of color #CB490C: hue angle of 19.16º 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 #CB490C is Cyan = 0, Magento = 0.64, Yellow = 0.94 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 73 | 12 | - |
| CMYK | 0 | 0.64 | 0.94 | 0.20 |
| HSL | 19.16º | 0.89% | 0.42% | - |
| HSV(B) | 19.16º | 0.94% | 0.8% | - |
| XYZ | 27.08 | 17.49 | 2.3 | - |
| YUV | 104.92 | 75.57 | 197.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 73 | 12 | 0 | 0.64 | 0.94 | 0.20 | 19.16 | 0.89 | 0.42 |
| Hex | CB | 49 | C | 0 | 40 | 5E | 14 | 13 | 59 | 2A |
| Octal | 313 | 111 | 14 | 0 | 100 | 136 | 24 | 23 | 131 | 52 |
| Binary | 11001011 | 1001001 | 1100 | 0 | 1000000 | 1011110 | 10100 | 10011 | 1011001 | 101010 |
Color Harmonies of #CB490C
Complementary color
Monochromatic Colors of #CB490C
Black with #CB490C
Text Example
Text Example
White with #CB490C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB490C; }
p { color: rgb(203,73,12); }
H1.HeaderClassName
{
color: #CB490C;
}
.AnyTagClassName
{
color: #CB490C;
}
</style>
background-color css
<style>
a { background-color: #CB490C; }
a { background-color: rgb(203,73,12); }
div.DivClassName
{
background-color: #CB490C;
}
.BgClassName
{
background-color: #CB490C;
}
</style>
border-color css
<style>
span { border-color: #CB490C; }
span { border-color: rgb(203,73,12); }
td.TdClassName
{
border-color: #CB490C;
}
.TagClassName
{
border-color: #CB490C;
}
</style>