Shades of Tenne (Tawny) #C25E02
Tints of Tenne (Tawny) #C25E02
RGB
CMYK
RGB Variations
Color information
#C25E02 (or 0xC25E02) is known color: Tenne (Tawny). HEX triplet: C2, 5E and 02. RGB value is (194,94,2). Sum of RGB (Red+Green+Blue) = 194+94+2=290 (38% of max value = 765). Red value is 194 (76.17% from 255 or 66.90% from 290); Green value is 94 (37.11% from 255 or 32.41% from 290); Blue value is 2 (1.17% from 255 or 0.69% from 290); Max value from RGB is 194 - color contains mainly: red. Hex color #C25E02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C25E02 is #3DA1FD. Grayscale: #717171. Windows color (decimal): -4039166 or 155330. OLE color: 155330.
HSL color Cylindrical-coordinate representation of color #C25E02: hue angle of 28.75º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C25E02 is Cyan = 0, Magento = 0.52, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 94 | 2 | - |
| CMYK | 0 | 0.52 | 0.99 | 0.24 |
| HSL | 28.75º | 0.98% | 0.38% | - |
| HSV(B) | 28.75º | 0.99% | 0.76% | - |
| XYZ | 26.26 | 19.48 | 2.43 | - |
| YUV | 113.41 | 65.13 | 185.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 94 | 2 | 0 | 0.52 | 0.99 | 0.24 | 28.75 | 0.98 | 0.38 |
| Hex | C2 | 5E | 2 | 0 | 34 | 63 | 18 | 1D | 62 | 26 |
| Octal | 302 | 136 | 2 | 0 | 64 | 143 | 30 | 35 | 142 | 46 |
| Binary | 11000010 | 1011110 | 10 | 0 | 110100 | 1100011 | 11000 | 11101 | 1100010 | 100110 |
Color Harmonies of #C25E02
Complementary color
Monochromatic Colors of #C25E02
Black with #C25E02
Text Example
Text Example
White with #C25E02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25E02; }
p { color: rgb(194,94,2); }
H1.HeaderClassName
{
color: #C25E02;
}
.AnyTagClassName
{
color: #C25E02;
}
</style>
background-color css
<style>
a { background-color: #C25E02; }
a { background-color: rgb(194,94,2); }
div.DivClassName
{
background-color: #C25E02;
}
.BgClassName
{
background-color: #C25E02;
}
</style>
border-color css
<style>
span { border-color: #C25E02; }
span { border-color: rgb(194,94,2); }
td.TdClassName
{
border-color: #C25E02;
}
.TagClassName
{
border-color: #C25E02;
}
</style>