Shades of Tenne (Tawny) #C45502
Tints of Tenne (Tawny) #C45502
RGB
CMYK
RGB Variations
Color information
#C45502 (or 0xC45502) is known color: Tenne (Tawny). HEX triplet: C4, 55 and 02. RGB value is (196,85,2). Sum of RGB (Red+Green+Blue) = 196+85+2=283 (37% of max value = 765). Red value is 196 (76.95% from 255 or 69.26% from 283); Green value is 85 (33.59% from 255 or 30.04% from 283); Blue value is 2 (1.17% from 255 or 0.71% from 283); Max value from RGB is 196 - color contains mainly: red. Hex color #C45502 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C45502 is #3BAAFD. Grayscale: #6D6D6D. Windows color (decimal): -3910398 or 153028. OLE color: 153028.
HSL color Cylindrical-coordinate representation of color #C45502: hue angle of 25.67º 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 #C45502 is Cyan = 0, Magento = 0.57, Yellow = 0.99 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 85 | 2 | - |
| CMYK | 0 | 0.57 | 0.99 | 0.23 |
| HSL | 25.67º | 0.98% | 0.39% | - |
| HSV(B) | 25.67º | 0.99% | 0.77% | - |
| XYZ | 26.02 | 18.24 | 2.21 | - |
| YUV | 108.73 | 67.77 | 190.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 85 | 2 | 0 | 0.57 | 0.99 | 0.23 | 25.67 | 0.98 | 0.39 |
| Hex | C4 | 55 | 2 | 0 | 39 | 63 | 17 | 1A | 62 | 27 |
| Octal | 304 | 125 | 2 | 0 | 71 | 143 | 27 | 32 | 142 | 47 |
| Binary | 11000100 | 1010101 | 10 | 0 | 111001 | 1100011 | 10111 | 11010 | 1100010 | 100111 |
Color Harmonies of #C45502
Complementary color
Monochromatic Colors of #C45502
Black with #C45502
Text Example
Text Example
White with #C45502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45502; }
p { color: rgb(196,85,2); }
H1.HeaderClassName
{
color: #C45502;
}
.AnyTagClassName
{
color: #C45502;
}
</style>
background-color css
<style>
a { background-color: #C45502; }
a { background-color: rgb(196,85,2); }
div.DivClassName
{
background-color: #C45502;
}
.BgClassName
{
background-color: #C45502;
}
</style>
border-color css
<style>
span { border-color: #C45502; }
span { border-color: rgb(196,85,2); }
td.TdClassName
{
border-color: #C45502;
}
.TagClassName
{
border-color: #C45502;
}
</style>