Shades of Tenne (Tawny) #C44E07
Tints of Tenne (Tawny) #C44E07
RGB
CMYK
RGB Variations
Color information
#C44E07 (or 0xC44E07) is known color: Tenne (Tawny). HEX triplet: C4, 4E and 07. RGB value is (196,78,7). Sum of RGB (Red+Green+Blue) = 196+78+7=281 (37% of max value = 765). Red value is 196 (76.95% from 255 or 69.75% from 281); Green value is 78 (30.86% from 255 or 27.76% from 281); Blue value is 7 (3.12% from 255 or 2.49% from 281); Max value from RGB is 196 - color contains mainly: red. Hex color #C44E07 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C44E07 is #3BB1F8. Grayscale: #696969. Windows color (decimal): -3912185 or 478916. OLE color: 478916.
HSL color Cylindrical-coordinate representation of color #C44E07: hue angle of 22.54º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C44E07 is Cyan = 0, Magento = 0.60, Yellow = 0.96 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 78 | 7 | - |
| CMYK | 0 | 0.60 | 0.96 | 0.23 |
| HSL | 22.54º | 0.93% | 0.4% | - |
| HSV(B) | 22.54º | 0.96% | 0.77% | - |
| XYZ | 25.53 | 17.2 | 2.18 | - |
| YUV | 105.19 | 72.59 | 192.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 78 | 7 | 0 | 0.60 | 0.96 | 0.23 | 22.54 | 0.93 | 0.4 |
| Hex | C4 | 4E | 7 | 0 | 3C | 60 | 17 | 17 | 5D | 28 |
| Octal | 304 | 116 | 7 | 0 | 74 | 140 | 27 | 27 | 135 | 50 |
| Binary | 11000100 | 1001110 | 111 | 0 | 111100 | 1100000 | 10111 | 10111 | 1011101 | 101000 |
Color Harmonies of #C44E07
Complementary color
Monochromatic Colors of #C44E07
Black with #C44E07
Text Example
Text Example
White with #C44E07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44E07; }
p { color: rgb(196,78,7); }
H1.HeaderClassName
{
color: #C44E07;
}
.AnyTagClassName
{
color: #C44E07;
}
</style>
background-color css
<style>
a { background-color: #C44E07; }
a { background-color: rgb(196,78,7); }
div.DivClassName
{
background-color: #C44E07;
}
.BgClassName
{
background-color: #C44E07;
}
</style>
border-color css
<style>
span { border-color: #C44E07; }
span { border-color: rgb(196,78,7); }
td.TdClassName
{
border-color: #C44E07;
}
.TagClassName
{
border-color: #C44E07;
}
</style>