Shades of Tenne (Tawny) #C05302
Tints of Tenne (Tawny) #C05302
RGB
CMYK
RGB Variations
Color information
#C05302 (or 0xC05302) is known color: Tenne (Tawny). HEX triplet: C0, 53 and 02. RGB value is (192,83,2). Sum of RGB (Red+Green+Blue) = 192+83+2=277 (36% of max value = 765). Red value is 192 (75.39% from 255 or 69.31% from 277); Green value is 83 (32.81% from 255 or 29.96% from 277); Blue value is 2 (1.17% from 255 or 0.72% from 277); Max value from RGB is 192 - color contains mainly: red. Hex color #C05302 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C05302 is #3FACFD. Grayscale: #6A6A6A. Windows color (decimal): -4173054 or 152512. OLE color: 152512.
HSL color Cylindrical-coordinate representation of color #C05302: hue angle of 25.58º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C05302 is Cyan = 0, Magento = 0.57, Yellow = 0.99 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 83 | 2 | - |
| CMYK | 0 | 0.57 | 0.99 | 0.25 |
| HSL | 25.58º | 0.98% | 0.38% | - |
| HSV(B) | 25.58º | 0.99% | 0.75% | - |
| XYZ | 24.84 | 17.4 | 2.11 | - |
| YUV | 106.36 | 69.11 | 189.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 83 | 2 | 0 | 0.57 | 0.99 | 0.25 | 25.58 | 0.98 | 0.38 |
| Hex | C0 | 53 | 2 | 0 | 39 | 63 | 19 | 1A | 62 | 26 |
| Octal | 300 | 123 | 2 | 0 | 71 | 143 | 31 | 32 | 142 | 46 |
| Binary | 11000000 | 1010011 | 10 | 0 | 111001 | 1100011 | 11001 | 11010 | 1100010 | 100110 |
Color Harmonies of #C05302
Complementary color
Monochromatic Colors of #C05302
Black with #C05302
Text Example
Text Example
White with #C05302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05302; }
p { color: rgb(192,83,2); }
H1.HeaderClassName
{
color: #C05302;
}
.AnyTagClassName
{
color: #C05302;
}
</style>
background-color css
<style>
a { background-color: #C05302; }
a { background-color: rgb(192,83,2); }
div.DivClassName
{
background-color: #C05302;
}
.BgClassName
{
background-color: #C05302;
}
</style>
border-color css
<style>
span { border-color: #C05302; }
span { border-color: rgb(192,83,2); }
td.TdClassName
{
border-color: #C05302;
}
.TagClassName
{
border-color: #C05302;
}
</style>