Shades of Tenne (Tawny) #C4550F
Tints of Tenne (Tawny) #C4550F
RGB
CMYK
RGB Variations
Color information
#C4550F (or 0xC4550F) is known color: Tenne (Tawny). HEX triplet: C4, 55 and 0F. RGB value is (196,85,15). Sum of RGB (Red+Green+Blue) = 196+85+15=296 (39% of max value = 765). Red value is 196 (76.95% from 255 or 66.22% from 296); Green value is 85 (33.59% from 255 or 28.72% from 296); Blue value is 15 (6.25% from 255 or 5.07% from 296); Max value from RGB is 196 - color contains mainly: red. Hex color #C4550F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C4550F is #3BAAF0. Grayscale: #6E6E6E. Windows color (decimal): -3910385 or 1004996. OLE color: 1004996.
HSL color Cylindrical-coordinate representation of color #C4550F: hue angle of 23.2º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C4550F is Cyan = 0, Magento = 0.57, Yellow = 0.92 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 85 | 15 | - |
| CMYK | 0 | 0.57 | 0.92 | 0.23 |
| HSL | 23.2º | 0.86% | 0.41% | - |
| HSV(B) | 23.2º | 0.92% | 0.77% | - |
| XYZ | 26.1 | 18.27 | 2.6 | - |
| YUV | 110.21 | 74.27 | 189.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 85 | 15 | 0 | 0.57 | 0.92 | 0.23 | 23.2 | 0.86 | 0.41 |
| Hex | C4 | 55 | F | 0 | 39 | 5C | 17 | 17 | 56 | 29 |
| Octal | 304 | 125 | 17 | 0 | 71 | 134 | 27 | 27 | 126 | 51 |
| Binary | 11000100 | 1010101 | 1111 | 0 | 111001 | 1011100 | 10111 | 10111 | 1010110 | 101001 |
Color Harmonies of #C4550F
Complementary color
Monochromatic Colors of #C4550F
Black with #C4550F
Text Example
Text Example
White with #C4550F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4550F; }
p { color: rgb(196,85,15); }
H1.HeaderClassName
{
color: #C4550F;
}
.AnyTagClassName
{
color: #C4550F;
}
</style>
background-color css
<style>
a { background-color: #C4550F; }
a { background-color: rgb(196,85,15); }
div.DivClassName
{
background-color: #C4550F;
}
.BgClassName
{
background-color: #C4550F;
}
</style>
border-color css
<style>
span { border-color: #C4550F; }
span { border-color: rgb(196,85,15); }
td.TdClassName
{
border-color: #C4550F;
}
.TagClassName
{
border-color: #C4550F;
}
</style>