Shades of Tenne (Tawny) #C65C0F
Tints of Tenne (Tawny) #C65C0F
RGB
CMYK
RGB Variations
Color information
#C65C0F (or 0xC65C0F) is known color: Tenne (Tawny). HEX triplet: C6, 5C and 0F. RGB value is (198,92,15). Sum of RGB (Red+Green+Blue) = 198+92+15=305 (40% of max value = 765). Red value is 198 (77.73% from 255 or 64.92% from 305); Green value is 92 (36.33% from 255 or 30.16% from 305); Blue value is 15 (6.25% from 255 or 4.92% from 305); Max value from RGB is 198 - color contains mainly: red. Hex color #C65C0F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C65C0F is #39A3F0. Grayscale: #737373. Windows color (decimal): -3777521 or 1006790. OLE color: 1006790.
HSL color Cylindrical-coordinate representation of color #C65C0F: hue angle of 25.25º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C65C0F is Cyan = 0, Magento = 0.54, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 92 | 15 | - |
| CMYK | 0 | 0.54 | 0.92 | 0.22 |
| HSL | 25.25º | 0.86% | 0.42% | - |
| HSV(B) | 25.25º | 0.92% | 0.78% | - |
| XYZ | 27.2 | 19.69 | 2.82 | - |
| YUV | 114.92 | 71.62 | 187.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 92 | 15 | 0 | 0.54 | 0.92 | 0.22 | 25.25 | 0.86 | 0.42 |
| Hex | C6 | 5C | F | 0 | 36 | 5C | 16 | 19 | 56 | 2A |
| Octal | 306 | 134 | 17 | 0 | 66 | 134 | 26 | 31 | 126 | 52 |
| Binary | 11000110 | 1011100 | 1111 | 0 | 110110 | 1011100 | 10110 | 11001 | 1010110 | 101010 |
Color Harmonies of #C65C0F
Complementary color
Monochromatic Colors of #C65C0F
Black with #C65C0F
Text Example
Text Example
White with #C65C0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65C0F; }
p { color: rgb(198,92,15); }
H1.HeaderClassName
{
color: #C65C0F;
}
.AnyTagClassName
{
color: #C65C0F;
}
</style>
background-color css
<style>
a { background-color: #C65C0F; }
a { background-color: rgb(198,92,15); }
div.DivClassName
{
background-color: #C65C0F;
}
.BgClassName
{
background-color: #C65C0F;
}
</style>
border-color css
<style>
span { border-color: #C65C0F; }
span { border-color: rgb(198,92,15); }
td.TdClassName
{
border-color: #C65C0F;
}
.TagClassName
{
border-color: #C65C0F;
}
</style>