Shades of Tenne (Tawny) #CA6908
Tints of Tenne (Tawny) #CA6908
RGB
CMYK
RGB Variations
Color information
#CA6908 (or 0xCA6908) is known color: Tenne (Tawny). HEX triplet: CA, 69 and 08. RGB value is (202,105,8). Sum of RGB (Red+Green+Blue) = 202+105+8=315 (41% of max value = 765). Red value is 202 (79.30% from 255 or 64.13% from 315); Green value is 105 (41.41% from 255 or 33.33% from 315); Blue value is 8 (3.52% from 255 or 2.54% from 315); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6908 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA6908 is #3596F7. Grayscale: #7B7B7B. Windows color (decimal): -3512056 or 551370. OLE color: 551370.
HSL color Cylindrical-coordinate representation of color #CA6908: hue angle of 30º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CA6908 is Cyan = 0, Magento = 0.48, Yellow = 0.96 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 105 | 8 | - |
| CMYK | 0 | 0.48 | 0.96 | 0.21 |
| HSL | 30º | 0.92% | 0.41% | - |
| HSV(B) | 30º | 0.96% | 0.79% | - |
| XYZ | 29.45 | 22.68 | 3.05 | - |
| YUV | 122.95 | 63.14 | 184.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 105 | 8 | 0 | 0.48 | 0.96 | 0.21 | 30 | 0.92 | 0.41 |
| Hex | CA | 69 | 8 | 0 | 30 | 60 | 15 | 1E | 5C | 29 |
| Octal | 312 | 151 | 10 | 0 | 60 | 140 | 25 | 36 | 134 | 51 |
| Binary | 11001010 | 1101001 | 1000 | 0 | 110000 | 1100000 | 10101 | 11110 | 1011100 | 101001 |
Color Harmonies of #CA6908
Complementary color
Monochromatic Colors of #CA6908
Black with #CA6908
Text Example
Text Example
White with #CA6908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6908; }
p { color: rgb(202,105,8); }
H1.HeaderClassName
{
color: #CA6908;
}
.AnyTagClassName
{
color: #CA6908;
}
</style>
background-color css
<style>
a { background-color: #CA6908; }
a { background-color: rgb(202,105,8); }
div.DivClassName
{
background-color: #CA6908;
}
.BgClassName
{
background-color: #CA6908;
}
</style>
border-color css
<style>
span { border-color: #CA6908; }
span { border-color: rgb(202,105,8); }
td.TdClassName
{
border-color: #CA6908;
}
.TagClassName
{
border-color: #CA6908;
}
</style>