Shades of Tenne (Tawny) #C85D0B
Tints of Tenne (Tawny) #C85D0B
RGB
CMYK
RGB Variations
Color information
#C85D0B (or 0xC85D0B) is known color: Tenne (Tawny). HEX triplet: C8, 5D and 0B. RGB value is (200,93,11). Sum of RGB (Red+Green+Blue) = 200+93+11=304 (40% of max value = 765). Red value is 200 (78.52% from 255 or 65.79% from 304); Green value is 93 (36.72% from 255 or 30.59% from 304); Blue value is 11 (4.69% from 255 or 3.62% from 304); Max value from RGB is 200 - color contains mainly: red. Hex color #C85D0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C85D0B is #37A2F4. Grayscale: #747474. Windows color (decimal): -3646197 or 744904. OLE color: 744904.
HSL color Cylindrical-coordinate representation of color #C85D0B: hue angle of 26.03º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C85D0B is Cyan = 0, Magento = 0.54, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 93 | 11 | - |
| CMYK | 0 | 0.54 | 0.94 | 0.22 |
| HSL | 26.03º | 0.9% | 0.41% | - |
| HSV(B) | 26.03º | 0.95% | 0.78% | - |
| XYZ | 27.79 | 20.13 | 2.74 | - |
| YUV | 115.65 | 68.95 | 188.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 93 | 11 | 0 | 0.54 | 0.94 | 0.22 | 26.03 | 0.9 | 0.41 |
| Hex | C8 | 5D | B | 0 | 36 | 5E | 16 | 1A | 5A | 29 |
| Octal | 310 | 135 | 13 | 0 | 66 | 136 | 26 | 32 | 132 | 51 |
| Binary | 11001000 | 1011101 | 1011 | 0 | 110110 | 1011110 | 10110 | 11010 | 1011010 | 101001 |
Color Harmonies of #C85D0B
Complementary color
Monochromatic Colors of #C85D0B
Black with #C85D0B
Text Example
Text Example
White with #C85D0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85D0B; }
p { color: rgb(200,93,11); }
H1.HeaderClassName
{
color: #C85D0B;
}
.AnyTagClassName
{
color: #C85D0B;
}
</style>
background-color css
<style>
a { background-color: #C85D0B; }
a { background-color: rgb(200,93,11); }
div.DivClassName
{
background-color: #C85D0B;
}
.BgClassName
{
background-color: #C85D0B;
}
</style>
border-color css
<style>
span { border-color: #C85D0B; }
span { border-color: rgb(200,93,11); }
td.TdClassName
{
border-color: #C85D0B;
}
.TagClassName
{
border-color: #C85D0B;
}
</style>