Shades of Tenne (Tawny) #C85D07
Tints of Tenne (Tawny) #C85D07
RGB
CMYK
RGB Variations
Color information
#C85D07 (or 0xC85D07) is known color: Tenne (Tawny). HEX triplet: C8, 5D and 07. RGB value is (200,93,7). Sum of RGB (Red+Green+Blue) = 200+93+7=300 (39% of max value = 765). Red value is 200 (78.52% from 255 or 66.67% from 300); Green value is 93 (36.72% from 255 or 31% from 300); Blue value is 7 (3.12% from 255 or 2.33% from 300); Max value from RGB is 200 - color contains mainly: red. Hex color #C85D07 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C85D07 is #37A2F8. Grayscale: #737373. Windows color (decimal): -3646201 or 482760. OLE color: 482760.
HSL color Cylindrical-coordinate representation of color #C85D07: hue angle of 26.74º 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 #C85D07 is Cyan = 0, Magento = 0.54, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 93 | 7 | - |
| CMYK | 0 | 0.54 | 0.96 | 0.22 |
| HSL | 26.74º | 0.93% | 0.41% | - |
| HSV(B) | 26.74º | 0.97% | 0.78% | - |
| XYZ | 27.77 | 20.12 | 2.62 | - |
| YUV | 115.19 | 66.95 | 188.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 93 | 7 | 0 | 0.54 | 0.96 | 0.22 | 26.74 | 0.93 | 0.41 |
| Hex | C8 | 5D | 7 | 0 | 36 | 60 | 16 | 1B | 5D | 29 |
| Octal | 310 | 135 | 7 | 0 | 66 | 140 | 26 | 33 | 135 | 51 |
| Binary | 11001000 | 1011101 | 111 | 0 | 110110 | 1100000 | 10110 | 11011 | 1011101 | 101001 |
Color Harmonies of #C85D07
Complementary color
Monochromatic Colors of #C85D07
Black with #C85D07
Text Example
Text Example
White with #C85D07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85D07; }
p { color: rgb(200,93,7); }
H1.HeaderClassName
{
color: #C85D07;
}
.AnyTagClassName
{
color: #C85D07;
}
</style>
background-color css
<style>
a { background-color: #C85D07; }
a { background-color: rgb(200,93,7); }
div.DivClassName
{
background-color: #C85D07;
}
.BgClassName
{
background-color: #C85D07;
}
</style>
border-color css
<style>
span { border-color: #C85D07; }
span { border-color: rgb(200,93,7); }
td.TdClassName
{
border-color: #C85D07;
}
.TagClassName
{
border-color: #C85D07;
}
</style>