Shades of Tenne (Tawny) #CA5008
Tints of Tenne (Tawny) #CA5008
RGB
CMYK
RGB Variations
Color information
#CA5008 (or 0xCA5008) is known color: Tenne (Tawny). HEX triplet: CA, 50 and 08. RGB value is (202,80,8). Sum of RGB (Red+Green+Blue) = 202+80+8=290 (38% of max value = 765). Red value is 202 (79.30% from 255 or 69.66% from 290); Green value is 80 (31.64% from 255 or 27.59% from 290); Blue value is 8 (3.52% from 255 or 2.76% from 290); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5008 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA5008 is #35AFF7. Grayscale: #6C6C6C. Windows color (decimal): -3518456 or 544970. OLE color: 544970.
HSL color Cylindrical-coordinate representation of color #CA5008: hue angle of 22.27º 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 #CA5008 is Cyan = 0, Magento = 0.60, Yellow = 0.96 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 80 | 8 | - |
| CMYK | 0 | 0.60 | 0.96 | 0.21 |
| HSL | 22.27º | 0.92% | 0.41% | - |
| HSV(B) | 22.27º | 0.96% | 0.79% | - |
| XYZ | 27.27 | 18.31 | 2.33 | - |
| YUV | 108.27 | 71.42 | 194.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 80 | 8 | 0 | 0.60 | 0.96 | 0.21 | 22.27 | 0.92 | 0.41 |
| Hex | CA | 50 | 8 | 0 | 3C | 60 | 15 | 16 | 5C | 29 |
| Octal | 312 | 120 | 10 | 0 | 74 | 140 | 25 | 26 | 134 | 51 |
| Binary | 11001010 | 1010000 | 1000 | 0 | 111100 | 1100000 | 10101 | 10110 | 1011100 | 101001 |
Color Harmonies of #CA5008
Complementary color
Monochromatic Colors of #CA5008
Black with #CA5008
Text Example
Text Example
White with #CA5008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5008; }
p { color: rgb(202,80,8); }
H1.HeaderClassName
{
color: #CA5008;
}
.AnyTagClassName
{
color: #CA5008;
}
</style>
background-color css
<style>
a { background-color: #CA5008; }
a { background-color: rgb(202,80,8); }
div.DivClassName
{
background-color: #CA5008;
}
.BgClassName
{
background-color: #CA5008;
}
</style>
border-color css
<style>
span { border-color: #CA5008; }
span { border-color: rgb(202,80,8); }
td.TdClassName
{
border-color: #CA5008;
}
.TagClassName
{
border-color: #CA5008;
}
</style>