Shades of Tenne (Tawny) #C85D09
Tints of Tenne (Tawny) #C85D09
RGB
CMYK
RGB Variations
Color information
#C85D09 (or 0xC85D09) is known color: Tenne (Tawny). HEX triplet: C8, 5D and 09. RGB value is (200,93,9). Sum of RGB (Red+Green+Blue) = 200+93+9=302 (40% of max value = 765). Red value is 200 (78.52% from 255 or 66.23% from 302); Green value is 93 (36.72% from 255 or 30.79% from 302); Blue value is 9 (3.91% from 255 or 2.98% from 302); Max value from RGB is 200 - color contains mainly: red. Hex color #C85D09 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C85D09 is #37A2F6. Grayscale: #737373. Windows color (decimal): -3646199 or 613832. OLE color: 613832.
HSL color Cylindrical-coordinate representation of color #C85D09: hue angle of 26.39º 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 #C85D09 is Cyan = 0, Magento = 0.54, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 93 | 9 | - |
| CMYK | 0 | 0.54 | 0.96 | 0.22 |
| HSL | 26.39º | 0.91% | 0.41% | - |
| HSV(B) | 26.39º | 0.96% | 0.78% | - |
| XYZ | 27.78 | 20.13 | 2.68 | - |
| YUV | 115.42 | 67.95 | 188.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 93 | 9 | 0 | 0.54 | 0.96 | 0.22 | 26.39 | 0.91 | 0.41 |
| Hex | C8 | 5D | 9 | 0 | 36 | 60 | 16 | 1A | 5B | 29 |
| Octal | 310 | 135 | 11 | 0 | 66 | 140 | 26 | 32 | 133 | 51 |
| Binary | 11001000 | 1011101 | 1001 | 0 | 110110 | 1100000 | 10110 | 11010 | 1011011 | 101001 |
Color Harmonies of #C85D09
Complementary color
Monochromatic Colors of #C85D09
Black with #C85D09
Text Example
Text Example
White with #C85D09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85D09; }
p { color: rgb(200,93,9); }
H1.HeaderClassName
{
color: #C85D09;
}
.AnyTagClassName
{
color: #C85D09;
}
</style>
background-color css
<style>
a { background-color: #C85D09; }
a { background-color: rgb(200,93,9); }
div.DivClassName
{
background-color: #C85D09;
}
.BgClassName
{
background-color: #C85D09;
}
</style>
border-color css
<style>
span { border-color: #C85D09; }
span { border-color: rgb(200,93,9); }
td.TdClassName
{
border-color: #C85D09;
}
.TagClassName
{
border-color: #C85D09;
}
</style>