Shades of Tenne (Tawny) #CA5600
Tints of Tenne (Tawny) #CA5600
RGB
CMYK
RGB Variations
Color information
#CA5600 (or 0xCA5600) is known color: Tenne (Tawny). HEX triplet: CA, 56 and 00. RGB value is (202,86,0). Sum of RGB (Red+Green+Blue) = 202+86+0=288 (38% of max value = 765). Red value is 202 (79.30% from 255 or 70.14% from 288); Green value is 86 (33.98% from 255 or 29.86% from 288); Blue value is 0 (0.39% from 255 or 0% from 288); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5600 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA5600 is #35A9FF. Grayscale: #6F6F6F. Windows color (decimal): -3516928 or 22218. OLE color: 22218.
HSL color Cylindrical-coordinate representation of color #CA5600: hue angle of 25.54º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CA5600 is Cyan = 0, Magento = 0.57, Yellow = 1 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 86 | 0 | - |
| CMYK | 0 | 0.57 | 1 | 0.21 |
| HSL | 25.54º | 1% | 0.4% | - |
| HSV(B) | 25.54º | 1% | 0.79% | - |
| XYZ | 27.68 | 19.21 | 2.25 | - |
| YUV | 110.88 | 65.43 | 192.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 86 | 0 | 0 | 0.57 | 1 | 0.21 | 25.54 | 1 | 0.4 |
| Hex | CA | 56 | 0 | 0 | 39 | 64 | 15 | 1A | 64 | 28 |
| Octal | 312 | 126 | 0 | 0 | 71 | 144 | 25 | 32 | 144 | 50 |
| Binary | 11001010 | 1010110 | 0 | 0 | 111001 | 1100100 | 10101 | 11010 | 1100100 | 101000 |
Color Harmonies of #CA5600
Complementary color
Monochromatic Colors of #CA5600
Black with #CA5600
Text Example
Text Example
White with #CA5600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5600; }
p { color: rgb(202,86,0); }
H1.HeaderClassName
{
color: #CA5600;
}
.AnyTagClassName
{
color: #CA5600;
}
</style>
background-color css
<style>
a { background-color: #CA5600; }
a { background-color: rgb(202,86,0); }
div.DivClassName
{
background-color: #CA5600;
}
.BgClassName
{
background-color: #CA5600;
}
</style>
border-color css
<style>
span { border-color: #CA5600; }
span { border-color: rgb(202,86,0); }
td.TdClassName
{
border-color: #CA5600;
}
.TagClassName
{
border-color: #CA5600;
}
</style>