Shades of Tenne (Tawny) #C95F02
Tints of Tenne (Tawny) #C95F02
RGB
CMYK
RGB Variations
Color information
#C95F02 (or 0xC95F02) is known color: Tenne (Tawny). HEX triplet: C9, 5F and 02. RGB value is (201,95,2). Sum of RGB (Red+Green+Blue) = 201+95+2=298 (39% of max value = 765). Red value is 201 (78.91% from 255 or 67.45% from 298); Green value is 95 (37.5% from 255 or 31.88% from 298); Blue value is 2 (1.17% from 255 or 0.67% from 298); Max value from RGB is 201 - color contains mainly: red. Hex color #C95F02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C95F02 is #36A0FD. Grayscale: #747474. Windows color (decimal): -3580158 or 155593. OLE color: 155593.
HSL color Cylindrical-coordinate representation of color #C95F02: hue angle of 28.04º 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 #C95F02 is Cyan = 0, Magento = 0.53, Yellow = 0.99 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 95 | 2 | - |
| CMYK | 0 | 0.53 | 0.99 | 0.21 |
| HSL | 28.04º | 0.98% | 0.4% | - |
| HSV(B) | 28.04º | 0.99% | 0.79% | - |
| XYZ | 28.19 | 20.61 | 2.55 | - |
| YUV | 116.09 | 63.62 | 188.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 95 | 2 | 0 | 0.53 | 0.99 | 0.21 | 28.04 | 0.98 | 0.4 |
| Hex | C9 | 5F | 2 | 0 | 35 | 63 | 15 | 1C | 62 | 28 |
| Octal | 311 | 137 | 2 | 0 | 65 | 143 | 25 | 34 | 142 | 50 |
| Binary | 11001001 | 1011111 | 10 | 0 | 110101 | 1100011 | 10101 | 11100 | 1100010 | 101000 |
Color Harmonies of #C95F02
Complementary color
Monochromatic Colors of #C95F02
Black with #C95F02
Text Example
Text Example
White with #C95F02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95F02; }
p { color: rgb(201,95,2); }
H1.HeaderClassName
{
color: #C95F02;
}
.AnyTagClassName
{
color: #C95F02;
}
</style>
background-color css
<style>
a { background-color: #C95F02; }
a { background-color: rgb(201,95,2); }
div.DivClassName
{
background-color: #C95F02;
}
.BgClassName
{
background-color: #C95F02;
}
</style>
border-color css
<style>
span { border-color: #C95F02; }
span { border-color: rgb(201,95,2); }
td.TdClassName
{
border-color: #C95F02;
}
.TagClassName
{
border-color: #C95F02;
}
</style>