Shades of Tenne (Tawny) #C25F02
Tints of Tenne (Tawny) #C25F02
RGB
CMYK
RGB Variations
Color information
#C25F02 (or 0xC25F02) is known color: Tenne (Tawny). HEX triplet: C2, 5F and 02. RGB value is (194,95,2). Sum of RGB (Red+Green+Blue) = 194+95+2=291 (38% of max value = 765). Red value is 194 (76.17% from 255 or 66.67% from 291); Green value is 95 (37.5% from 255 or 32.65% from 291); Blue value is 2 (1.17% from 255 or 0.69% from 291); Max value from RGB is 194 - color contains mainly: red. Hex color #C25F02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C25F02 is #3DA0FD. Grayscale: #727272. Windows color (decimal): -4038910 or 155586. OLE color: 155586.
HSL color Cylindrical-coordinate representation of color #C25F02: hue angle of 29.06º 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 #C25F02 is Cyan = 0, Magento = 0.51, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 95 | 2 | - |
| CMYK | 0 | 0.51 | 0.99 | 0.24 |
| HSL | 29.06º | 0.98% | 0.38% | - |
| HSV(B) | 29.06º | 0.99% | 0.76% | - |
| XYZ | 26.35 | 19.66 | 2.46 | - |
| YUV | 114 | 64.8 | 185.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 95 | 2 | 0 | 0.51 | 0.99 | 0.24 | 29.06 | 0.98 | 0.38 |
| Hex | C2 | 5F | 2 | 0 | 33 | 63 | 18 | 1D | 62 | 26 |
| Octal | 302 | 137 | 2 | 0 | 63 | 143 | 30 | 35 | 142 | 46 |
| Binary | 11000010 | 1011111 | 10 | 0 | 110011 | 1100011 | 11000 | 11101 | 1100010 | 100110 |
Color Harmonies of #C25F02
Complementary color
Monochromatic Colors of #C25F02
Black with #C25F02
Text Example
Text Example
White with #C25F02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25F02; }
p { color: rgb(194,95,2); }
H1.HeaderClassName
{
color: #C25F02;
}
.AnyTagClassName
{
color: #C25F02;
}
</style>
background-color css
<style>
a { background-color: #C25F02; }
a { background-color: rgb(194,95,2); }
div.DivClassName
{
background-color: #C25F02;
}
.BgClassName
{
background-color: #C25F02;
}
</style>
border-color css
<style>
span { border-color: #C25F02; }
span { border-color: rgb(194,95,2); }
td.TdClassName
{
border-color: #C25F02;
}
.TagClassName
{
border-color: #C25F02;
}
</style>