Shades of Tenne (Tawny) #C25C03
Tints of Tenne (Tawny) #C25C03
RGB
CMYK
RGB Variations
Color information
#C25C03 (or 0xC25C03) is known color: Tenne (Tawny). HEX triplet: C2, 5C and 03. RGB value is (194,92,3). Sum of RGB (Red+Green+Blue) = 194+92+3=289 (38% of max value = 765). Red value is 194 (76.17% from 255 or 67.13% from 289); Green value is 92 (36.33% from 255 or 31.83% from 289); Blue value is 3 (1.56% from 255 or 1.04% from 289); Max value from RGB is 194 - color contains mainly: red. Hex color #C25C03 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C25C03 is #3DA3FC. Grayscale: #707070. Windows color (decimal): -4039677 or 220354. OLE color: 220354.
HSL color Cylindrical-coordinate representation of color #C25C03: hue angle of 27.96º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C25C03 is Cyan = 0, Magento = 0.53, Yellow = 0.98 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 92 | 3 | - |
| CMYK | 0 | 0.53 | 0.98 | 0.24 |
| HSL | 27.96º | 0.97% | 0.39% | - |
| HSV(B) | 27.96º | 0.98% | 0.76% | - |
| XYZ | 26.09 | 19.13 | 2.4 | - |
| YUV | 112.35 | 66.29 | 186.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 92 | 3 | 0 | 0.53 | 0.98 | 0.24 | 27.96 | 0.97 | 0.39 |
| Hex | C2 | 5C | 3 | 0 | 35 | 62 | 18 | 1C | 61 | 27 |
| Octal | 302 | 134 | 3 | 0 | 65 | 142 | 30 | 34 | 141 | 47 |
| Binary | 11000010 | 1011100 | 11 | 0 | 110101 | 1100010 | 11000 | 11100 | 1100001 | 100111 |
Color Harmonies of #C25C03
Complementary color
Monochromatic Colors of #C25C03
Black with #C25C03
Text Example
Text Example
White with #C25C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25C03; }
p { color: rgb(194,92,3); }
H1.HeaderClassName
{
color: #C25C03;
}
.AnyTagClassName
{
color: #C25C03;
}
</style>
background-color css
<style>
a { background-color: #C25C03; }
a { background-color: rgb(194,92,3); }
div.DivClassName
{
background-color: #C25C03;
}
.BgClassName
{
background-color: #C25C03;
}
</style>
border-color css
<style>
span { border-color: #C25C03; }
span { border-color: rgb(194,92,3); }
td.TdClassName
{
border-color: #C25C03;
}
.TagClassName
{
border-color: #C25C03;
}
</style>