Shades of Tenne (Tawny) #CA560F
Tints of Tenne (Tawny) #CA560F
RGB
CMYK
RGB Variations
Color information
#CA560F (or 0xCA560F) is known color: Tenne (Tawny). HEX triplet: CA, 56 and 0F. RGB value is (202,86,15). Sum of RGB (Red+Green+Blue) = 202+86+15=303 (40% of max value = 765). Red value is 202 (79.30% from 255 or 66.67% from 303); Green value is 86 (33.98% from 255 or 28.38% from 303); Blue value is 15 (6.25% from 255 or 4.95% from 303); Max value from RGB is 202 - color contains mainly: red. Hex color #CA560F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA560F is #35A9F0. Grayscale: #707070. Windows color (decimal): -3516913 or 1005258. OLE color: 1005258.
HSL color Cylindrical-coordinate representation of color #CA560F: hue angle of 22.78º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CA560F is Cyan = 0, Magento = 0.57, Yellow = 0.93 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 86 | 15 | - |
| CMYK | 0 | 0.57 | 0.93 | 0.21 |
| HSL | 22.78º | 0.86% | 0.43% | - |
| HSV(B) | 22.78º | 0.93% | 0.79% | - |
| XYZ | 27.77 | 19.25 | 2.7 | - |
| YUV | 112.59 | 72.93 | 191.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 86 | 15 | 0 | 0.57 | 0.93 | 0.21 | 22.78 | 0.86 | 0.43 |
| Hex | CA | 56 | F | 0 | 39 | 5D | 15 | 17 | 56 | 2B |
| Octal | 312 | 126 | 17 | 0 | 71 | 135 | 25 | 27 | 126 | 53 |
| Binary | 11001010 | 1010110 | 1111 | 0 | 111001 | 1011101 | 10101 | 10111 | 1010110 | 101011 |
Color Harmonies of #CA560F
Complementary color
Monochromatic Colors of #CA560F
Black with #CA560F
Text Example
Text Example
White with #CA560F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA560F; }
p { color: rgb(202,86,15); }
H1.HeaderClassName
{
color: #CA560F;
}
.AnyTagClassName
{
color: #CA560F;
}
</style>
background-color css
<style>
a { background-color: #CA560F; }
a { background-color: rgb(202,86,15); }
div.DivClassName
{
background-color: #CA560F;
}
.BgClassName
{
background-color: #CA560F;
}
</style>
border-color css
<style>
span { border-color: #CA560F; }
span { border-color: rgb(202,86,15); }
td.TdClassName
{
border-color: #CA560F;
}
.TagClassName
{
border-color: #CA560F;
}
</style>