Shades of Tenne (Tawny) #CA500B
Tints of Tenne (Tawny) #CA500B
RGB
CMYK
RGB Variations
Color information
#CA500B (or 0xCA500B) is known color: Tenne (Tawny). HEX triplet: CA, 50 and 0B. RGB value is (202,80,11). Sum of RGB (Red+Green+Blue) = 202+80+11=293 (38% of max value = 765). Red value is 202 (79.30% from 255 or 68.94% from 293); Green value is 80 (31.64% from 255 or 27.30% from 293); Blue value is 11 (4.69% from 255 or 3.75% from 293); Max value from RGB is 202 - color contains mainly: red. Hex color #CA500B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA500B is #35AFF4. Grayscale: #6D6D6D. Windows color (decimal): -3518453 or 741578. OLE color: 741578.
HSL color Cylindrical-coordinate representation of color #CA500B: hue angle of 21.68º 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 #CA500B is Cyan = 0, Magento = 0.60, Yellow = 0.95 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 80 | 11 | - |
| CMYK | 0 | 0.60 | 0.95 | 0.21 |
| HSL | 21.68º | 0.9% | 0.42% | - |
| HSV(B) | 21.68º | 0.95% | 0.79% | - |
| XYZ | 27.29 | 18.32 | 2.41 | - |
| YUV | 108.61 | 72.92 | 194.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 80 | 11 | 0 | 0.60 | 0.95 | 0.21 | 21.68 | 0.9 | 0.42 |
| Hex | CA | 50 | B | 0 | 3C | 5F | 15 | 16 | 5A | 2A |
| Octal | 312 | 120 | 13 | 0 | 74 | 137 | 25 | 26 | 132 | 52 |
| Binary | 11001010 | 1010000 | 1011 | 0 | 111100 | 1011111 | 10101 | 10110 | 1011010 | 101010 |
Color Harmonies of #CA500B
Complementary color
Monochromatic Colors of #CA500B
Black with #CA500B
Text Example
Text Example
White with #CA500B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA500B; }
p { color: rgb(202,80,11); }
H1.HeaderClassName
{
color: #CA500B;
}
.AnyTagClassName
{
color: #CA500B;
}
</style>
background-color css
<style>
a { background-color: #CA500B; }
a { background-color: rgb(202,80,11); }
div.DivClassName
{
background-color: #CA500B;
}
.BgClassName
{
background-color: #CA500B;
}
</style>
border-color css
<style>
span { border-color: #CA500B; }
span { border-color: rgb(202,80,11); }
td.TdClassName
{
border-color: #CA500B;
}
.TagClassName
{
border-color: #CA500B;
}
</style>