Shades of Tenne (Tawny) #CA500C
Tints of Tenne (Tawny) #CA500C
RGB
CMYK
RGB Variations
Color information
#CA500C (or 0xCA500C) is known color: Tenne (Tawny). HEX triplet: CA, 50 and 0C. RGB value is (202,80,12). Sum of RGB (Red+Green+Blue) = 202+80+12=294 (38% of max value = 765). Red value is 202 (79.30% from 255 or 68.71% from 294); Green value is 80 (31.64% from 255 or 27.21% from 294); Blue value is 12 (5.08% from 255 or 4.08% from 294); Max value from RGB is 202 - color contains mainly: red. Hex color #CA500C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA500C is #35AFF3. Grayscale: #6D6D6D. Windows color (decimal): -3518452 or 807114. OLE color: 807114.
HSL color Cylindrical-coordinate representation of color #CA500C: hue angle of 21.47º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CA500C is Cyan = 0, Magento = 0.60, Yellow = 0.94 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 80 | 12 | - |
| CMYK | 0 | 0.60 | 0.94 | 0.21 |
| HSL | 21.47º | 0.89% | 0.42% | - |
| HSV(B) | 21.47º | 0.94% | 0.79% | - |
| XYZ | 27.29 | 18.32 | 2.45 | - |
| YUV | 108.73 | 73.42 | 194.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 80 | 12 | 0 | 0.60 | 0.94 | 0.21 | 21.47 | 0.89 | 0.42 |
| Hex | CA | 50 | C | 0 | 3C | 5E | 15 | 15 | 59 | 2A |
| Octal | 312 | 120 | 14 | 0 | 74 | 136 | 25 | 25 | 131 | 52 |
| Binary | 11001010 | 1010000 | 1100 | 0 | 111100 | 1011110 | 10101 | 10101 | 1011001 | 101010 |
Color Harmonies of #CA500C
Complementary color
Monochromatic Colors of #CA500C
Black with #CA500C
Text Example
Text Example
White with #CA500C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA500C; }
p { color: rgb(202,80,12); }
H1.HeaderClassName
{
color: #CA500C;
}
.AnyTagClassName
{
color: #CA500C;
}
</style>
background-color css
<style>
a { background-color: #CA500C; }
a { background-color: rgb(202,80,12); }
div.DivClassName
{
background-color: #CA500C;
}
.BgClassName
{
background-color: #CA500C;
}
</style>
border-color css
<style>
span { border-color: #CA500C; }
span { border-color: rgb(202,80,12); }
td.TdClassName
{
border-color: #CA500C;
}
.TagClassName
{
border-color: #CA500C;
}
</style>