Shades of Tenne (Tawny) #CA680A
Tints of Tenne (Tawny) #CA680A
RGB
CMYK
RGB Variations
Color information
#CA680A (or 0xCA680A) is known color: Tenne (Tawny). HEX triplet: CA, 68 and 0A. RGB value is (202,104,10). Sum of RGB (Red+Green+Blue) = 202+104+10=316 (41% of max value = 765). Red value is 202 (79.30% from 255 or 63.92% from 316); Green value is 104 (41.02% from 255 or 32.91% from 316); Blue value is 10 (4.30% from 255 or 3.16% from 316); Max value from RGB is 202 - color contains mainly: red. Hex color #CA680A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA680A is #3597F5. Grayscale: #7B7B7B. Windows color (decimal): -3512310 or 682186. OLE color: 682186.
HSL color Cylindrical-coordinate representation of color #CA680A: hue angle of 29.38º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CA680A is Cyan = 0, Magento = 0.49, Yellow = 0.95 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 104 | 10 | - |
| CMYK | 0 | 0.49 | 0.95 | 0.21 |
| HSL | 29.38º | 0.91% | 0.42% | - |
| HSV(B) | 29.38º | 0.95% | 0.79% | - |
| XYZ | 29.36 | 22.48 | 3.08 | - |
| YUV | 122.59 | 64.47 | 184.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 104 | 10 | 0 | 0.49 | 0.95 | 0.21 | 29.38 | 0.91 | 0.42 |
| Hex | CA | 68 | A | 0 | 31 | 5F | 15 | 1D | 5B | 2A |
| Octal | 312 | 150 | 12 | 0 | 61 | 137 | 25 | 35 | 133 | 52 |
| Binary | 11001010 | 1101000 | 1010 | 0 | 110001 | 1011111 | 10101 | 11101 | 1011011 | 101010 |
Color Harmonies of #CA680A
Complementary color
Monochromatic Colors of #CA680A
Black with #CA680A
Text Example
Text Example
White with #CA680A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA680A; }
p { color: rgb(202,104,10); }
H1.HeaderClassName
{
color: #CA680A;
}
.AnyTagClassName
{
color: #CA680A;
}
</style>
background-color css
<style>
a { background-color: #CA680A; }
a { background-color: rgb(202,104,10); }
div.DivClassName
{
background-color: #CA680A;
}
.BgClassName
{
background-color: #CA680A;
}
</style>
border-color css
<style>
span { border-color: #CA680A; }
span { border-color: rgb(202,104,10); }
td.TdClassName
{
border-color: #CA680A;
}
.TagClassName
{
border-color: #CA680A;
}
</style>