Shades of Tenne (Tawny) #CA5102
Tints of Tenne (Tawny) #CA5102
RGB
CMYK
RGB Variations
Color information
#CA5102 (or 0xCA5102) is known color: Tenne (Tawny). HEX triplet: CA, 51 and 02. RGB value is (202,81,2). Sum of RGB (Red+Green+Blue) = 202+81+2=285 (37% of max value = 765). Red value is 202 (79.30% from 255 or 70.88% from 285); Green value is 81 (32.03% from 255 or 28.42% from 285); Blue value is 2 (1.17% from 255 or 0.70% from 285); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5102 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA5102 is #35AEFD. Grayscale: #6C6C6C. Windows color (decimal): -3518206 or 152010. OLE color: 152010.
HSL color Cylindrical-coordinate representation of color #CA5102: hue angle of 23.7º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CA5102 is Cyan = 0, Magento = 0.60, Yellow = 0.99 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 81 | 2 | - |
| CMYK | 0 | 0.60 | 0.99 | 0.21 |
| HSL | 23.7º | 0.98% | 0.4% | - |
| HSV(B) | 23.7º | 0.99% | 0.79% | - |
| XYZ | 27.31 | 18.45 | 2.18 | - |
| YUV | 108.17 | 68.09 | 194.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 81 | 2 | 0 | 0.60 | 0.99 | 0.21 | 23.7 | 0.98 | 0.4 |
| Hex | CA | 51 | 2 | 0 | 3C | 63 | 15 | 18 | 62 | 28 |
| Octal | 312 | 121 | 2 | 0 | 74 | 143 | 25 | 30 | 142 | 50 |
| Binary | 11001010 | 1010001 | 10 | 0 | 111100 | 1100011 | 10101 | 11000 | 1100010 | 101000 |
Color Harmonies of #CA5102
Complementary color
Monochromatic Colors of #CA5102
Black with #CA5102
Text Example
Text Example
White with #CA5102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5102; }
p { color: rgb(202,81,2); }
H1.HeaderClassName
{
color: #CA5102;
}
.AnyTagClassName
{
color: #CA5102;
}
</style>
background-color css
<style>
a { background-color: #CA5102; }
a { background-color: rgb(202,81,2); }
div.DivClassName
{
background-color: #CA5102;
}
.BgClassName
{
background-color: #CA5102;
}
</style>
border-color css
<style>
span { border-color: #CA5102; }
span { border-color: rgb(202,81,2); }
td.TdClassName
{
border-color: #CA5102;
}
.TagClassName
{
border-color: #CA5102;
}
</style>