Shades of Tenne (Tawny) #CA550B
Tints of Tenne (Tawny) #CA550B
RGB
CMYK
RGB Variations
Color information
#CA550B (or 0xCA550B) is known color: Tenne (Tawny). HEX triplet: CA, 55 and 0B. RGB value is (202,85,11). Sum of RGB (Red+Green+Blue) = 202+85+11=298 (39% of max value = 765). Red value is 202 (79.30% from 255 or 67.79% from 298); Green value is 85 (33.59% from 255 or 28.52% from 298); Blue value is 11 (4.69% from 255 or 3.69% from 298); Max value from RGB is 202 - color contains mainly: red. Hex color #CA550B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA550B is #35AAF4. Grayscale: #6F6F6F. Windows color (decimal): -3517173 or 742858. OLE color: 742858.
HSL color Cylindrical-coordinate representation of color #CA550B: hue angle of 23.25º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CA550B is Cyan = 0, Magento = 0.58, Yellow = 0.95 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 85 | 11 | - |
| CMYK | 0 | 0.58 | 0.95 | 0.21 |
| HSL | 23.25º | 0.9% | 0.42% | - |
| HSV(B) | 23.25º | 0.95% | 0.79% | - |
| XYZ | 27.67 | 19.08 | 2.54 | - |
| YUV | 111.55 | 71.26 | 192.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 85 | 11 | 0 | 0.58 | 0.95 | 0.21 | 23.25 | 0.9 | 0.42 |
| Hex | CA | 55 | B | 0 | 3A | 5F | 15 | 17 | 5A | 2A |
| Octal | 312 | 125 | 13 | 0 | 72 | 137 | 25 | 27 | 132 | 52 |
| Binary | 11001010 | 1010101 | 1011 | 0 | 111010 | 1011111 | 10101 | 10111 | 1011010 | 101010 |
Color Harmonies of #CA550B
Complementary color
Monochromatic Colors of #CA550B
Black with #CA550B
Text Example
Text Example
White with #CA550B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA550B; }
p { color: rgb(202,85,11); }
H1.HeaderClassName
{
color: #CA550B;
}
.AnyTagClassName
{
color: #CA550B;
}
</style>
background-color css
<style>
a { background-color: #CA550B; }
a { background-color: rgb(202,85,11); }
div.DivClassName
{
background-color: #CA550B;
}
.BgClassName
{
background-color: #CA550B;
}
</style>
border-color css
<style>
span { border-color: #CA550B; }
span { border-color: rgb(202,85,11); }
td.TdClassName
{
border-color: #CA550B;
}
.TagClassName
{
border-color: #CA550B;
}
</style>