Shades of Tenne (Tawny) #CA680B
Tints of Tenne (Tawny) #CA680B
RGB
CMYK
RGB Variations
Color information
#CA680B (or 0xCA680B) is known color: Tenne (Tawny). HEX triplet: CA, 68 and 0B. RGB value is (202,104,11). Sum of RGB (Red+Green+Blue) = 202+104+11=317 (41% of max value = 765). Red value is 202 (79.30% from 255 or 63.72% from 317); Green value is 104 (41.02% from 255 or 32.81% from 317); Blue value is 11 (4.69% from 255 or 3.47% from 317); Max value from RGB is 202 - color contains mainly: red. Hex color #CA680B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA680B is #3597F4. Grayscale: #7B7B7B. Windows color (decimal): -3512309 or 747722. OLE color: 747722.
HSL color Cylindrical-coordinate representation of color #CA680B: hue angle of 29.21º degrees, saturation: 0.9, 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 #CA680B is Cyan = 0, Magento = 0.49, Yellow = 0.95 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 104 | 11 | - |
| CMYK | 0 | 0.49 | 0.95 | 0.21 |
| HSL | 29.21º | 0.9% | 0.42% | - |
| HSV(B) | 29.21º | 0.95% | 0.79% | - |
| XYZ | 29.37 | 22.48 | 3.11 | - |
| YUV | 122.7 | 64.97 | 184.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 104 | 11 | 0 | 0.49 | 0.95 | 0.21 | 29.21 | 0.9 | 0.42 |
| Hex | CA | 68 | B | 0 | 31 | 5F | 15 | 1D | 5A | 2A |
| Octal | 312 | 150 | 13 | 0 | 61 | 137 | 25 | 35 | 132 | 52 |
| Binary | 11001010 | 1101000 | 1011 | 0 | 110001 | 1011111 | 10101 | 11101 | 1011010 | 101010 |
Color Harmonies of #CA680B
Complementary color
Monochromatic Colors of #CA680B
Black with #CA680B
Text Example
Text Example
White with #CA680B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA680B; }
p { color: rgb(202,104,11); }
H1.HeaderClassName
{
color: #CA680B;
}
.AnyTagClassName
{
color: #CA680B;
}
</style>
background-color css
<style>
a { background-color: #CA680B; }
a { background-color: rgb(202,104,11); }
div.DivClassName
{
background-color: #CA680B;
}
.BgClassName
{
background-color: #CA680B;
}
</style>
border-color css
<style>
span { border-color: #CA680B; }
span { border-color: rgb(202,104,11); }
td.TdClassName
{
border-color: #CA680B;
}
.TagClassName
{
border-color: #CA680B;
}
</style>