Shades of Tenne (Tawny) #C95302
Tints of Tenne (Tawny) #C95302
RGB
CMYK
RGB Variations
Color information
#C95302 (or 0xC95302) is known color: Tenne (Tawny). HEX triplet: C9, 53 and 02. RGB value is (201,83,2). Sum of RGB (Red+Green+Blue) = 201+83+2=286 (37% of max value = 765). Red value is 201 (78.91% from 255 or 70.28% from 286); Green value is 83 (32.81% from 255 or 29.02% from 286); Blue value is 2 (1.17% from 255 or 0.70% from 286); Max value from RGB is 201 - color contains mainly: red. Hex color #C95302 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C95302 is #36ACFD. Grayscale: #6D6D6D. Windows color (decimal): -3583230 or 152521. OLE color: 152521.
HSL color Cylindrical-coordinate representation of color #C95302: hue angle of 24.42º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C95302 is Cyan = 0, Magento = 0.59, Yellow = 0.99 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 83 | 2 | - |
| CMYK | 0 | 0.59 | 0.99 | 0.21 |
| HSL | 24.42º | 0.98% | 0.4% | - |
| HSV(B) | 24.42º | 0.99% | 0.79% | - |
| XYZ | 27.19 | 18.61 | 2.22 | - |
| YUV | 109.05 | 67.59 | 193.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 83 | 2 | 0 | 0.59 | 0.99 | 0.21 | 24.42 | 0.98 | 0.4 |
| Hex | C9 | 53 | 2 | 0 | 3B | 63 | 15 | 18 | 62 | 28 |
| Octal | 311 | 123 | 2 | 0 | 73 | 143 | 25 | 30 | 142 | 50 |
| Binary | 11001001 | 1010011 | 10 | 0 | 111011 | 1100011 | 10101 | 11000 | 1100010 | 101000 |
Color Harmonies of #C95302
Complementary color
Monochromatic Colors of #C95302
Black with #C95302
Text Example
Text Example
White with #C95302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95302; }
p { color: rgb(201,83,2); }
H1.HeaderClassName
{
color: #C95302;
}
.AnyTagClassName
{
color: #C95302;
}
</style>
background-color css
<style>
a { background-color: #C95302; }
a { background-color: rgb(201,83,2); }
div.DivClassName
{
background-color: #C95302;
}
.BgClassName
{
background-color: #C95302;
}
</style>
border-color css
<style>
span { border-color: #C95302; }
span { border-color: rgb(201,83,2); }
td.TdClassName
{
border-color: #C95302;
}
.TagClassName
{
border-color: #C95302;
}
</style>