Shades of Tenne (Tawny) #C45302
Tints of Tenne (Tawny) #C45302
RGB
CMYK
RGB Variations
Color information
#C45302 (or 0xC45302) is known color: Tenne (Tawny). HEX triplet: C4, 53 and 02. RGB value is (196,83,2). Sum of RGB (Red+Green+Blue) = 196+83+2=281 (37% of max value = 765). Red value is 196 (76.95% from 255 or 69.75% from 281); Green value is 83 (32.81% from 255 or 29.54% from 281); Blue value is 2 (1.17% from 255 or 0.71% from 281); Max value from RGB is 196 - color contains mainly: red. Hex color #C45302 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C45302 is #3BACFD. Grayscale: #6B6B6B. Windows color (decimal): -3910910 or 152516. OLE color: 152516.
HSL color Cylindrical-coordinate representation of color #C45302: hue angle of 25.05º 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 #C45302 is Cyan = 0, Magento = 0.58, Yellow = 0.99 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 83 | 2 | - |
| CMYK | 0 | 0.58 | 0.99 | 0.23 |
| HSL | 25.05º | 0.98% | 0.39% | - |
| HSV(B) | 25.05º | 0.99% | 0.77% | - |
| XYZ | 25.87 | 17.93 | 2.15 | - |
| YUV | 107.55 | 68.44 | 191.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 83 | 2 | 0 | 0.58 | 0.99 | 0.23 | 25.05 | 0.98 | 0.39 |
| Hex | C4 | 53 | 2 | 0 | 3A | 63 | 17 | 19 | 62 | 27 |
| Octal | 304 | 123 | 2 | 0 | 72 | 143 | 27 | 31 | 142 | 47 |
| Binary | 11000100 | 1010011 | 10 | 0 | 111010 | 1100011 | 10111 | 11001 | 1100010 | 100111 |
Color Harmonies of #C45302
Complementary color
Monochromatic Colors of #C45302
Black with #C45302
Text Example
Text Example
White with #C45302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45302; }
p { color: rgb(196,83,2); }
H1.HeaderClassName
{
color: #C45302;
}
.AnyTagClassName
{
color: #C45302;
}
</style>
background-color css
<style>
a { background-color: #C45302; }
a { background-color: rgb(196,83,2); }
div.DivClassName
{
background-color: #C45302;
}
.BgClassName
{
background-color: #C45302;
}
</style>
border-color css
<style>
span { border-color: #C45302; }
span { border-color: rgb(196,83,2); }
td.TdClassName
{
border-color: #C45302;
}
.TagClassName
{
border-color: #C45302;
}
</style>