Shades of Tenne (Tawny) #CA530C
Tints of Tenne (Tawny) #CA530C
RGB
CMYK
RGB Variations
Color information
#CA530C (or 0xCA530C) is known color: Tenne (Tawny). HEX triplet: CA, 53 and 0C. RGB value is (202,83,12). Sum of RGB (Red+Green+Blue) = 202+83+12=297 (39% of max value = 765). Red value is 202 (79.30% from 255 or 68.01% from 297); Green value is 83 (32.81% from 255 or 27.95% from 297); Blue value is 12 (5.08% from 255 or 4.04% from 297); Max value from RGB is 202 - color contains mainly: red. Hex color #CA530C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA530C is #35ACF3. Grayscale: #6E6E6E. Windows color (decimal): -3517684 or 807882. OLE color: 807882.
HSL color Cylindrical-coordinate representation of color #CA530C: hue angle of 22.42º 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 #CA530C is Cyan = 0, Magento = 0.59, Yellow = 0.94 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 83 | 12 | - |
| CMYK | 0 | 0.59 | 0.94 | 0.21 |
| HSL | 22.42º | 0.89% | 0.42% | - |
| HSV(B) | 22.42º | 0.94% | 0.79% | - |
| XYZ | 27.52 | 18.77 | 2.52 | - |
| YUV | 110.49 | 72.42 | 193.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 83 | 12 | 0 | 0.59 | 0.94 | 0.21 | 22.42 | 0.89 | 0.42 |
| Hex | CA | 53 | C | 0 | 3B | 5E | 15 | 16 | 59 | 2A |
| Octal | 312 | 123 | 14 | 0 | 73 | 136 | 25 | 26 | 131 | 52 |
| Binary | 11001010 | 1010011 | 1100 | 0 | 111011 | 1011110 | 10101 | 10110 | 1011001 | 101010 |
Color Harmonies of #CA530C
Complementary color
Monochromatic Colors of #CA530C
Black with #CA530C
Text Example
Text Example
White with #CA530C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA530C; }
p { color: rgb(202,83,12); }
H1.HeaderClassName
{
color: #CA530C;
}
.AnyTagClassName
{
color: #CA530C;
}
</style>
background-color css
<style>
a { background-color: #CA530C; }
a { background-color: rgb(202,83,12); }
div.DivClassName
{
background-color: #CA530C;
}
.BgClassName
{
background-color: #CA530C;
}
</style>
border-color css
<style>
span { border-color: #CA530C; }
span { border-color: rgb(202,83,12); }
td.TdClassName
{
border-color: #CA530C;
}
.TagClassName
{
border-color: #CA530C;
}
</style>