Shades of Tenne (Tawny) #CA570C
Tints of Tenne (Tawny) #CA570C
RGB
CMYK
RGB Variations
Color information
#CA570C (or 0xCA570C) is known color: Tenne (Tawny). HEX triplet: CA, 57 and 0C. RGB value is (202,87,12). Sum of RGB (Red+Green+Blue) = 202+87+12=301 (39% of max value = 765). Red value is 202 (79.30% from 255 or 67.11% from 301); Green value is 87 (34.38% from 255 or 28.90% from 301); Blue value is 12 (5.08% from 255 or 3.99% from 301); Max value from RGB is 202 - color contains mainly: red. Hex color #CA570C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA570C is #35A8F3. Grayscale: #717171. Windows color (decimal): -3516660 or 808906. OLE color: 808906.
HSL color Cylindrical-coordinate representation of color #CA570C: hue angle of 23.68º 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 #CA570C is Cyan = 0, Magento = 0.57, Yellow = 0.94 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 87 | 12 | - |
| CMYK | 0 | 0.57 | 0.94 | 0.21 |
| HSL | 23.68º | 0.89% | 0.42% | - |
| HSV(B) | 23.68º | 0.94% | 0.79% | - |
| XYZ | 27.83 | 19.4 | 2.63 | - |
| YUV | 112.84 | 71.1 | 191.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 87 | 12 | 0 | 0.57 | 0.94 | 0.21 | 23.68 | 0.89 | 0.42 |
| Hex | CA | 57 | C | 0 | 39 | 5E | 15 | 18 | 59 | 2A |
| Octal | 312 | 127 | 14 | 0 | 71 | 136 | 25 | 30 | 131 | 52 |
| Binary | 11001010 | 1010111 | 1100 | 0 | 111001 | 1011110 | 10101 | 11000 | 1011001 | 101010 |
Color Harmonies of #CA570C
Complementary color
Monochromatic Colors of #CA570C
Black with #CA570C
Text Example
Text Example
White with #CA570C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA570C; }
p { color: rgb(202,87,12); }
H1.HeaderClassName
{
color: #CA570C;
}
.AnyTagClassName
{
color: #CA570C;
}
</style>
background-color css
<style>
a { background-color: #CA570C; }
a { background-color: rgb(202,87,12); }
div.DivClassName
{
background-color: #CA570C;
}
.BgClassName
{
background-color: #CA570C;
}
</style>
border-color css
<style>
span { border-color: #CA570C; }
span { border-color: rgb(202,87,12); }
td.TdClassName
{
border-color: #CA570C;
}
.TagClassName
{
border-color: #CA570C;
}
</style>