Shades of Tenne (Tawny) #CA6302
Tints of Tenne (Tawny) #CA6302
RGB
CMYK
RGB Variations
Color information
#CA6302 (or 0xCA6302) is known color: Tenne (Tawny). HEX triplet: CA, 63 and 02. RGB value is (202,99,2). Sum of RGB (Red+Green+Blue) = 202+99+2=303 (40% of max value = 765). Red value is 202 (79.30% from 255 or 66.67% from 303); Green value is 99 (39.06% from 255 or 32.67% from 303); Blue value is 2 (1.17% from 255 or 0.66% from 303); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6302 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA6302 is #359CFD. Grayscale: #777777. Windows color (decimal): -3513598 or 156618. OLE color: 156618.
HSL color Cylindrical-coordinate representation of color #CA6302: hue angle of 29.1º 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 #CA6302 is Cyan = 0, Magento = 0.51, Yellow = 0.99 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 99 | 2 | - |
| CMYK | 0 | 0.51 | 0.99 | 0.21 |
| HSL | 29.1º | 0.98% | 0.4% | - |
| HSV(B) | 29.1º | 0.99% | 0.79% | - |
| XYZ | 28.83 | 21.48 | 2.68 | - |
| YUV | 118.74 | 62.12 | 187.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 99 | 2 | 0 | 0.51 | 0.99 | 0.21 | 29.1 | 0.98 | 0.4 |
| Hex | CA | 63 | 2 | 0 | 33 | 63 | 15 | 1D | 62 | 28 |
| Octal | 312 | 143 | 2 | 0 | 63 | 143 | 25 | 35 | 142 | 50 |
| Binary | 11001010 | 1100011 | 10 | 0 | 110011 | 1100011 | 10101 | 11101 | 1100010 | 101000 |
Color Harmonies of #CA6302
Complementary color
Monochromatic Colors of #CA6302
Black with #CA6302
Text Example
Text Example
White with #CA6302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6302; }
p { color: rgb(202,99,2); }
H1.HeaderClassName
{
color: #CA6302;
}
.AnyTagClassName
{
color: #CA6302;
}
</style>
background-color css
<style>
a { background-color: #CA6302; }
a { background-color: rgb(202,99,2); }
div.DivClassName
{
background-color: #CA6302;
}
.BgClassName
{
background-color: #CA6302;
}
</style>
border-color css
<style>
span { border-color: #CA6302; }
span { border-color: rgb(202,99,2); }
td.TdClassName
{
border-color: #CA6302;
}
.TagClassName
{
border-color: #CA6302;
}
</style>