Shades of Tenne (Tawny) #CA5D07
Tints of Tenne (Tawny) #CA5D07
RGB
CMYK
RGB Variations
Color information
#CA5D07 (or 0xCA5D07) is known color: Tenne (Tawny). HEX triplet: CA, 5D and 07. RGB value is (202,93,7). Sum of RGB (Red+Green+Blue) = 202+93+7=302 (40% of max value = 765). Red value is 202 (79.30% from 255 or 66.89% from 302); Green value is 93 (36.72% from 255 or 30.79% from 302); Blue value is 7 (3.12% from 255 or 2.32% from 302); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5D07 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA5D07 is #35A2F8. Grayscale: #747474. Windows color (decimal): -3515129 or 482762. OLE color: 482762.
HSL color Cylindrical-coordinate representation of color #CA5D07: hue angle of 26.46º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CA5D07 is Cyan = 0, Magento = 0.54, Yellow = 0.97 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 93 | 7 | - |
| CMYK | 0 | 0.54 | 0.97 | 0.21 |
| HSL | 26.46º | 0.93% | 0.41% | - |
| HSV(B) | 26.46º | 0.97% | 0.79% | - |
| XYZ | 28.31 | 20.4 | 2.65 | - |
| YUV | 115.79 | 66.61 | 189.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 93 | 7 | 0 | 0.54 | 0.97 | 0.21 | 26.46 | 0.93 | 0.41 |
| Hex | CA | 5D | 7 | 0 | 36 | 61 | 15 | 1A | 5D | 29 |
| Octal | 312 | 135 | 7 | 0 | 66 | 141 | 25 | 32 | 135 | 51 |
| Binary | 11001010 | 1011101 | 111 | 0 | 110110 | 1100001 | 10101 | 11010 | 1011101 | 101001 |
Color Harmonies of #CA5D07
Complementary color
Monochromatic Colors of #CA5D07
Black with #CA5D07
Text Example
Text Example
White with #CA5D07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5D07; }
p { color: rgb(202,93,7); }
H1.HeaderClassName
{
color: #CA5D07;
}
.AnyTagClassName
{
color: #CA5D07;
}
</style>
background-color css
<style>
a { background-color: #CA5D07; }
a { background-color: rgb(202,93,7); }
div.DivClassName
{
background-color: #CA5D07;
}
.BgClassName
{
background-color: #CA5D07;
}
</style>
border-color css
<style>
span { border-color: #CA5D07; }
span { border-color: rgb(202,93,7); }
td.TdClassName
{
border-color: #CA5D07;
}
.TagClassName
{
border-color: #CA5D07;
}
</style>