Shades of Tenne (Tawny) #C05F0F
Tints of Tenne (Tawny) #C05F0F
RGB
CMYK
RGB Variations
Color information
#C05F0F (or 0xC05F0F) is known color: Tenne (Tawny). HEX triplet: C0, 5F and 0F. RGB value is (192,95,15). Sum of RGB (Red+Green+Blue) = 192+95+15=302 (40% of max value = 765). Red value is 192 (75.39% from 255 or 63.58% from 302); Green value is 95 (37.5% from 255 or 31.46% from 302); Blue value is 15 (6.25% from 255 or 4.97% from 302); Max value from RGB is 192 - color contains mainly: red. Hex color #C05F0F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C05F0F is #3FA0F0. Grayscale: #737373. Windows color (decimal): -4169969 or 1007552. OLE color: 1007552.
HSL color Cylindrical-coordinate representation of color #C05F0F: hue angle of 27.12º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C05F0F is Cyan = 0, Magento = 0.51, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 95 | 15 | - |
| CMYK | 0 | 0.51 | 0.92 | 0.25 |
| HSL | 27.12º | 0.86% | 0.41% | - |
| HSV(B) | 27.12º | 0.92% | 0.75% | - |
| XYZ | 25.92 | 19.43 | 2.84 | - |
| YUV | 114.88 | 71.64 | 183 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 95 | 15 | 0 | 0.51 | 0.92 | 0.25 | 27.12 | 0.86 | 0.41 |
| Hex | C0 | 5F | F | 0 | 33 | 5C | 19 | 1B | 56 | 29 |
| Octal | 300 | 137 | 17 | 0 | 63 | 134 | 31 | 33 | 126 | 51 |
| Binary | 11000000 | 1011111 | 1111 | 0 | 110011 | 1011100 | 11001 | 11011 | 1010110 | 101001 |
Color Harmonies of #C05F0F
Complementary color
Monochromatic Colors of #C05F0F
Black with #C05F0F
Text Example
Text Example
White with #C05F0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05F0F; }
p { color: rgb(192,95,15); }
H1.HeaderClassName
{
color: #C05F0F;
}
.AnyTagClassName
{
color: #C05F0F;
}
</style>
background-color css
<style>
a { background-color: #C05F0F; }
a { background-color: rgb(192,95,15); }
div.DivClassName
{
background-color: #C05F0F;
}
.BgClassName
{
background-color: #C05F0F;
}
</style>
border-color css
<style>
span { border-color: #C05F0F; }
span { border-color: rgb(192,95,15); }
td.TdClassName
{
border-color: #C05F0F;
}
.TagClassName
{
border-color: #C05F0F;
}
</style>