Shades of Tenne (Tawny) #CA560C
Tints of Tenne (Tawny) #CA560C
RGB
CMYK
RGB Variations
Color information
#CA560C (or 0xCA560C) is known color: Tenne (Tawny). HEX triplet: CA, 56 and 0C. RGB value is (202,86,12). Sum of RGB (Red+Green+Blue) = 202+86+12=300 (39% of max value = 765). Red value is 202 (79.30% from 255 or 67.33% from 300); Green value is 86 (33.98% from 255 or 28.67% from 300); Blue value is 12 (5.08% from 255 or 4% from 300); Max value from RGB is 202 - color contains mainly: red. Hex color #CA560C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA560C is #35A9F3. Grayscale: #707070. Windows color (decimal): -3516916 or 808650. OLE color: 808650.
HSL color Cylindrical-coordinate representation of color #CA560C: hue angle of 23.37º 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 #CA560C is Cyan = 0, Magento = 0.57, Yellow = 0.94 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 86 | 12 | - |
| CMYK | 0 | 0.57 | 0.94 | 0.21 |
| HSL | 23.37º | 0.89% | 0.42% | - |
| HSV(B) | 23.37º | 0.94% | 0.79% | - |
| XYZ | 27.75 | 19.24 | 2.6 | - |
| YUV | 112.25 | 71.43 | 192.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 86 | 12 | 0 | 0.57 | 0.94 | 0.21 | 23.37 | 0.89 | 0.42 |
| Hex | CA | 56 | C | 0 | 39 | 5E | 15 | 17 | 59 | 2A |
| Octal | 312 | 126 | 14 | 0 | 71 | 136 | 25 | 27 | 131 | 52 |
| Binary | 11001010 | 1010110 | 1100 | 0 | 111001 | 1011110 | 10101 | 10111 | 1011001 | 101010 |
Color Harmonies of #CA560C
Complementary color
Monochromatic Colors of #CA560C
Black with #CA560C
Text Example
Text Example
White with #CA560C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA560C; }
p { color: rgb(202,86,12); }
H1.HeaderClassName
{
color: #CA560C;
}
.AnyTagClassName
{
color: #CA560C;
}
</style>
background-color css
<style>
a { background-color: #CA560C; }
a { background-color: rgb(202,86,12); }
div.DivClassName
{
background-color: #CA560C;
}
.BgClassName
{
background-color: #CA560C;
}
</style>
border-color css
<style>
span { border-color: #CA560C; }
span { border-color: rgb(202,86,12); }
td.TdClassName
{
border-color: #CA560C;
}
.TagClassName
{
border-color: #CA560C;
}
</style>