Shades of Tenne (Tawny) #C25302
Tints of Tenne (Tawny) #C25302
RGB
CMYK
RGB Variations
Color information
#C25302 (or 0xC25302) is known color: Tenne (Tawny). HEX triplet: C2, 53 and 02. RGB value is (194,83,2). Sum of RGB (Red+Green+Blue) = 194+83+2=279 (36% of max value = 765). Red value is 194 (76.17% from 255 or 69.53% from 279); Green value is 83 (32.81% from 255 or 29.75% from 279); Blue value is 2 (1.17% from 255 or 0.72% from 279); Max value from RGB is 194 - color contains mainly: red. Hex color #C25302 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C25302 is #3DACFD. Grayscale: #6B6B6B. Windows color (decimal): -4041982 or 152514. OLE color: 152514.
HSL color Cylindrical-coordinate representation of color #C25302: hue angle of 25.31º 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 #C25302 is Cyan = 0, Magento = 0.57, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 83 | 2 | - |
| CMYK | 0 | 0.57 | 0.99 | 0.24 |
| HSL | 25.31º | 0.98% | 0.38% | - |
| HSV(B) | 25.31º | 0.99% | 0.76% | - |
| XYZ | 25.35 | 17.66 | 2.13 | - |
| YUV | 106.96 | 68.77 | 190.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 83 | 2 | 0 | 0.57 | 0.99 | 0.24 | 25.31 | 0.98 | 0.38 |
| Hex | C2 | 53 | 2 | 0 | 39 | 63 | 18 | 19 | 62 | 26 |
| Octal | 302 | 123 | 2 | 0 | 71 | 143 | 30 | 31 | 142 | 46 |
| Binary | 11000010 | 1010011 | 10 | 0 | 111001 | 1100011 | 11000 | 11001 | 1100010 | 100110 |
Color Harmonies of #C25302
Complementary color
Monochromatic Colors of #C25302
Black with #C25302
Text Example
Text Example
White with #C25302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25302; }
p { color: rgb(194,83,2); }
H1.HeaderClassName
{
color: #C25302;
}
.AnyTagClassName
{
color: #C25302;
}
</style>
background-color css
<style>
a { background-color: #C25302; }
a { background-color: rgb(194,83,2); }
div.DivClassName
{
background-color: #C25302;
}
.BgClassName
{
background-color: #C25302;
}
</style>
border-color css
<style>
span { border-color: #C25302; }
span { border-color: rgb(194,83,2); }
td.TdClassName
{
border-color: #C25302;
}
.TagClassName
{
border-color: #C25302;
}
</style>