Shades of Tenne (Tawny) #C85F09
Tints of Tenne (Tawny) #C85F09
RGB
CMYK
RGB Variations
Color information
#C85F09 (or 0xC85F09) is known color: Tenne (Tawny). HEX triplet: C8, 5F and 09. RGB value is (200,95,9). Sum of RGB (Red+Green+Blue) = 200+95+9=304 (40% of max value = 765). Red value is 200 (78.52% from 255 or 65.79% from 304); Green value is 95 (37.5% from 255 or 31.25% from 304); Blue value is 9 (3.91% from 255 or 2.96% from 304); Max value from RGB is 200 - color contains mainly: red. Hex color #C85F09 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C85F09 is #37A0F6. Grayscale: #757575. Windows color (decimal): -3645687 or 614344. OLE color: 614344.
HSL color Cylindrical-coordinate representation of color #C85F09: hue angle of 27.02º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C85F09 is Cyan = 0, Magento = 0.52, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 95 | 9 | - |
| CMYK | 0 | 0.52 | 0.96 | 0.22 |
| HSL | 27.02º | 0.91% | 0.41% | - |
| HSV(B) | 27.02º | 0.96% | 0.78% | - |
| XYZ | 27.96 | 20.48 | 2.74 | - |
| YUV | 116.59 | 67.29 | 187.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 95 | 9 | 0 | 0.52 | 0.96 | 0.22 | 27.02 | 0.91 | 0.41 |
| Hex | C8 | 5F | 9 | 0 | 34 | 60 | 16 | 1B | 5B | 29 |
| Octal | 310 | 137 | 11 | 0 | 64 | 140 | 26 | 33 | 133 | 51 |
| Binary | 11001000 | 1011111 | 1001 | 0 | 110100 | 1100000 | 10110 | 11011 | 1011011 | 101001 |
Color Harmonies of #C85F09
Complementary color
Monochromatic Colors of #C85F09
Black with #C85F09
Text Example
Text Example
White with #C85F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85F09; }
p { color: rgb(200,95,9); }
H1.HeaderClassName
{
color: #C85F09;
}
.AnyTagClassName
{
color: #C85F09;
}
</style>
background-color css
<style>
a { background-color: #C85F09; }
a { background-color: rgb(200,95,9); }
div.DivClassName
{
background-color: #C85F09;
}
.BgClassName
{
background-color: #C85F09;
}
</style>
border-color css
<style>
span { border-color: #C85F09; }
span { border-color: rgb(200,95,9); }
td.TdClassName
{
border-color: #C85F09;
}
.TagClassName
{
border-color: #C85F09;
}
</style>