Shades of Tenne (Tawny) #C44A05
Tints of Tenne (Tawny) #C44A05
RGB
CMYK
RGB Variations
Color information
#C44A05 (or 0xC44A05) is known color: Tenne (Tawny). HEX triplet: C4, 4A and 05. RGB value is (196,74,5). Sum of RGB (Red+Green+Blue) = 196+74+5=275 (36% of max value = 765). Red value is 196 (76.95% from 255 or 71.27% from 275); Green value is 74 (29.30% from 255 or 26.91% from 275); Blue value is 5 (2.34% from 255 or 1.82% from 275); Max value from RGB is 196 - color contains mainly: red. Hex color #C44A05 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C44A05 is #3BB5FA. Grayscale: #676767. Windows color (decimal): -3913211 or 346820. OLE color: 346820.
HSL color Cylindrical-coordinate representation of color #C44A05: hue angle of 21.68º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C44A05 is Cyan = 0, Magento = 0.62, Yellow = 0.97 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 74 | 5 | - |
| CMYK | 0 | 0.62 | 0.97 | 0.23 |
| HSL | 21.68º | 0.95% | 0.39% | - |
| HSV(B) | 21.68º | 0.97% | 0.77% | - |
| XYZ | 25.24 | 16.64 | 2.03 | - |
| YUV | 102.61 | 72.92 | 194.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 74 | 5 | 0 | 0.62 | 0.97 | 0.23 | 21.68 | 0.95 | 0.39 |
| Hex | C4 | 4A | 5 | 0 | 3E | 61 | 17 | 16 | 5F | 27 |
| Octal | 304 | 112 | 5 | 0 | 76 | 141 | 27 | 26 | 137 | 47 |
| Binary | 11000100 | 1001010 | 101 | 0 | 111110 | 1100001 | 10111 | 10110 | 1011111 | 100111 |
Color Harmonies of #C44A05
Complementary color
Monochromatic Colors of #C44A05
Black with #C44A05
Text Example
Text Example
White with #C44A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44A05; }
p { color: rgb(196,74,5); }
H1.HeaderClassName
{
color: #C44A05;
}
.AnyTagClassName
{
color: #C44A05;
}
</style>
background-color css
<style>
a { background-color: #C44A05; }
a { background-color: rgb(196,74,5); }
div.DivClassName
{
background-color: #C44A05;
}
.BgClassName
{
background-color: #C44A05;
}
</style>
border-color css
<style>
span { border-color: #C44A05; }
span { border-color: rgb(196,74,5); }
td.TdClassName
{
border-color: #C44A05;
}
.TagClassName
{
border-color: #C44A05;
}
</style>