Shades of Tenne (Tawny) #C44E02
Tints of Tenne (Tawny) #C44E02
RGB
CMYK
RGB Variations
Color information
#C44E02 (or 0xC44E02) is known color: Tenne (Tawny). HEX triplet: C4, 4E and 02. RGB value is (196,78,2). Sum of RGB (Red+Green+Blue) = 196+78+2=276 (36% of max value = 765). Red value is 196 (76.95% from 255 or 71.01% from 276); Green value is 78 (30.86% from 255 or 28.26% from 276); Blue value is 2 (1.17% from 255 or 0.72% from 276); Max value from RGB is 196 - color contains mainly: red. Hex color #C44E02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C44E02 is #3BB1FD. Grayscale: #696969. Windows color (decimal): -3912190 or 151236. OLE color: 151236.
HSL color Cylindrical-coordinate representation of color #C44E02: hue angle of 23.51º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C44E02 is Cyan = 0, Magento = 0.60, Yellow = 0.99 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 78 | 2 | - |
| CMYK | 0 | 0.60 | 0.99 | 0.23 |
| HSL | 23.51º | 0.98% | 0.39% | - |
| HSV(B) | 23.51º | 0.99% | 0.77% | - |
| XYZ | 25.5 | 17.19 | 2.03 | - |
| YUV | 104.62 | 70.09 | 193.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 78 | 2 | 0 | 0.60 | 0.99 | 0.23 | 23.51 | 0.98 | 0.39 |
| Hex | C4 | 4E | 2 | 0 | 3C | 63 | 17 | 18 | 62 | 27 |
| Octal | 304 | 116 | 2 | 0 | 74 | 143 | 27 | 30 | 142 | 47 |
| Binary | 11000100 | 1001110 | 10 | 0 | 111100 | 1100011 | 10111 | 11000 | 1100010 | 100111 |
Color Harmonies of #C44E02
Complementary color
Monochromatic Colors of #C44E02
Black with #C44E02
Text Example
Text Example
White with #C44E02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44E02; }
p { color: rgb(196,78,2); }
H1.HeaderClassName
{
color: #C44E02;
}
.AnyTagClassName
{
color: #C44E02;
}
</style>
background-color css
<style>
a { background-color: #C44E02; }
a { background-color: rgb(196,78,2); }
div.DivClassName
{
background-color: #C44E02;
}
.BgClassName
{
background-color: #C44E02;
}
</style>
border-color css
<style>
span { border-color: #C44E02; }
span { border-color: rgb(196,78,2); }
td.TdClassName
{
border-color: #C44E02;
}
.TagClassName
{
border-color: #C44E02;
}
</style>