Shades of Tenne (Tawny) #C25B02
Tints of Tenne (Tawny) #C25B02
RGB
CMYK
RGB Variations
Color information
#C25B02 (or 0xC25B02) is known color: Tenne (Tawny). HEX triplet: C2, 5B and 02. RGB value is (194,91,2). Sum of RGB (Red+Green+Blue) = 194+91+2=287 (38% of max value = 765). Red value is 194 (76.17% from 255 or 67.60% from 287); Green value is 91 (35.94% from 255 or 31.71% from 287); Blue value is 2 (1.17% from 255 or 0.70% from 287); Max value from RGB is 194 - color contains mainly: red. Hex color #C25B02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C25B02 is #3DA4FD. Grayscale: #707070. Windows color (decimal): -4039934 or 154562. OLE color: 154562.
HSL color Cylindrical-coordinate representation of color #C25B02: hue angle of 27.81º 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 #C25B02 is Cyan = 0, Magento = 0.53, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 91 | 2 | - |
| CMYK | 0 | 0.53 | 0.99 | 0.24 |
| HSL | 27.81º | 0.98% | 0.38% | - |
| HSV(B) | 27.81º | 0.99% | 0.76% | - |
| XYZ | 26 | 18.96 | 2.35 | - |
| YUV | 111.65 | 66.12 | 186.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 91 | 2 | 0 | 0.53 | 0.99 | 0.24 | 27.81 | 0.98 | 0.38 |
| Hex | C2 | 5B | 2 | 0 | 35 | 63 | 18 | 1C | 62 | 26 |
| Octal | 302 | 133 | 2 | 0 | 65 | 143 | 30 | 34 | 142 | 46 |
| Binary | 11000010 | 1011011 | 10 | 0 | 110101 | 1100011 | 11000 | 11100 | 1100010 | 100110 |
Color Harmonies of #C25B02
Complementary color
Monochromatic Colors of #C25B02
Black with #C25B02
Text Example
Text Example
White with #C25B02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25B02; }
p { color: rgb(194,91,2); }
H1.HeaderClassName
{
color: #C25B02;
}
.AnyTagClassName
{
color: #C25B02;
}
</style>
background-color css
<style>
a { background-color: #C25B02; }
a { background-color: rgb(194,91,2); }
div.DivClassName
{
background-color: #C25B02;
}
.BgClassName
{
background-color: #C25B02;
}
</style>
border-color css
<style>
span { border-color: #C25B02; }
span { border-color: rgb(194,91,2); }
td.TdClassName
{
border-color: #C25B02;
}
.TagClassName
{
border-color: #C25B02;
}
</style>