Shades of Tenne (Tawny) #C85A07
Tints of Tenne (Tawny) #C85A07
RGB
CMYK
RGB Variations
Color information
#C85A07 (or 0xC85A07) is known color: Tenne (Tawny). HEX triplet: C8, 5A and 07. RGB value is (200,90,7). Sum of RGB (Red+Green+Blue) = 200+90+7=297 (39% of max value = 765). Red value is 200 (78.52% from 255 or 67.34% from 297); Green value is 90 (35.55% from 255 or 30.30% from 297); Blue value is 7 (3.12% from 255 or 2.36% from 297); Max value from RGB is 200 - color contains mainly: red. Hex color #C85A07 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C85A07 is #37A5F8. Grayscale: #717171. Windows color (decimal): -3646969 or 481992. OLE color: 481992.
HSL color Cylindrical-coordinate representation of color #C85A07: hue angle of 25.8º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C85A07 is Cyan = 0, Magento = 0.55, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 90 | 7 | - |
| CMYK | 0 | 0.55 | 0.96 | 0.22 |
| HSL | 25.8º | 0.93% | 0.41% | - |
| HSV(B) | 25.8º | 0.97% | 0.78% | - |
| XYZ | 27.51 | 19.61 | 2.54 | - |
| YUV | 113.43 | 67.94 | 189.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 90 | 7 | 0 | 0.55 | 0.96 | 0.22 | 25.8 | 0.93 | 0.41 |
| Hex | C8 | 5A | 7 | 0 | 37 | 60 | 16 | 1A | 5D | 29 |
| Octal | 310 | 132 | 7 | 0 | 67 | 140 | 26 | 32 | 135 | 51 |
| Binary | 11001000 | 1011010 | 111 | 0 | 110111 | 1100000 | 10110 | 11010 | 1011101 | 101001 |
Color Harmonies of #C85A07
Complementary color
Monochromatic Colors of #C85A07
Black with #C85A07
Text Example
Text Example
White with #C85A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85A07; }
p { color: rgb(200,90,7); }
H1.HeaderClassName
{
color: #C85A07;
}
.AnyTagClassName
{
color: #C85A07;
}
</style>
background-color css
<style>
a { background-color: #C85A07; }
a { background-color: rgb(200,90,7); }
div.DivClassName
{
background-color: #C85A07;
}
.BgClassName
{
background-color: #C85A07;
}
</style>
border-color css
<style>
span { border-color: #C85A07; }
span { border-color: rgb(200,90,7); }
td.TdClassName
{
border-color: #C85A07;
}
.TagClassName
{
border-color: #C85A07;
}
</style>