Shades of Tenne (Tawny) #CA620C
Tints of Tenne (Tawny) #CA620C
RGB
CMYK
RGB Variations
Color information
#CA620C (or 0xCA620C) is known color: Tenne (Tawny). HEX triplet: CA, 62 and 0C. RGB value is (202,98,12). Sum of RGB (Red+Green+Blue) = 202+98+12=312 (41% of max value = 765). Red value is 202 (79.30% from 255 or 64.74% from 312); Green value is 98 (38.67% from 255 or 31.41% from 312); Blue value is 12 (5.08% from 255 or 3.85% from 312); Max value from RGB is 202 - color contains mainly: red. Hex color #CA620C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA620C is #359DF3. Grayscale: #777777. Windows color (decimal): -3513844 or 811722. OLE color: 811722.
HSL color Cylindrical-coordinate representation of color #CA620C: hue angle of 27.16º 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 #CA620C is Cyan = 0, Magento = 0.51, Yellow = 0.94 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 98 | 12 | - |
| CMYK | 0 | 0.51 | 0.94 | 0.21 |
| HSL | 27.16º | 0.89% | 0.42% | - |
| HSV(B) | 27.16º | 0.94% | 0.79% | - |
| XYZ | 28.79 | 21.32 | 2.95 | - |
| YUV | 119.29 | 67.46 | 186.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 98 | 12 | 0 | 0.51 | 0.94 | 0.21 | 27.16 | 0.89 | 0.42 |
| Hex | CA | 62 | C | 0 | 33 | 5E | 15 | 1B | 59 | 2A |
| Octal | 312 | 142 | 14 | 0 | 63 | 136 | 25 | 33 | 131 | 52 |
| Binary | 11001010 | 1100010 | 1100 | 0 | 110011 | 1011110 | 10101 | 11011 | 1011001 | 101010 |
Color Harmonies of #CA620C
Complementary color
Monochromatic Colors of #CA620C
Black with #CA620C
Text Example
Text Example
White with #CA620C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA620C; }
p { color: rgb(202,98,12); }
H1.HeaderClassName
{
color: #CA620C;
}
.AnyTagClassName
{
color: #CA620C;
}
</style>
background-color css
<style>
a { background-color: #CA620C; }
a { background-color: rgb(202,98,12); }
div.DivClassName
{
background-color: #CA620C;
}
.BgClassName
{
background-color: #CA620C;
}
</style>
border-color css
<style>
span { border-color: #CA620C; }
span { border-color: rgb(202,98,12); }
td.TdClassName
{
border-color: #CA620C;
}
.TagClassName
{
border-color: #CA620C;
}
</style>