Shades of Tenne (Tawny) #C94F02
Tints of Tenne (Tawny) #C94F02
RGB
CMYK
RGB Variations
Color information
#C94F02 (or 0xC94F02) is known color: Tenne (Tawny). HEX triplet: C9, 4F and 02. RGB value is (201,79,2). Sum of RGB (Red+Green+Blue) = 201+79+2=282 (37% of max value = 765). Red value is 201 (78.91% from 255 or 71.28% from 282); Green value is 79 (31.25% from 255 or 28.01% from 282); Blue value is 2 (1.17% from 255 or 0.71% from 282); Max value from RGB is 201 - color contains mainly: red. Hex color #C94F02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C94F02 is #36B0FD. Grayscale: #6B6B6B. Windows color (decimal): -3584254 or 151497. OLE color: 151497.
HSL color Cylindrical-coordinate representation of color #C94F02: hue angle of 23.22º 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 #C94F02 is Cyan = 0, Magento = 0.61, Yellow = 0.99 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 79 | 2 | - |
| CMYK | 0 | 0.61 | 0.99 | 0.21 |
| HSL | 23.22º | 0.98% | 0.4% | - |
| HSV(B) | 23.22º | 0.99% | 0.79% | - |
| XYZ | 26.89 | 18.01 | 2.12 | - |
| YUV | 106.7 | 68.92 | 195.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 79 | 2 | 0 | 0.61 | 0.99 | 0.21 | 23.22 | 0.98 | 0.4 |
| Hex | C9 | 4F | 2 | 0 | 3D | 63 | 15 | 17 | 62 | 28 |
| Octal | 311 | 117 | 2 | 0 | 75 | 143 | 25 | 27 | 142 | 50 |
| Binary | 11001001 | 1001111 | 10 | 0 | 111101 | 1100011 | 10101 | 10111 | 1100010 | 101000 |
Color Harmonies of #C94F02
Complementary color
Monochromatic Colors of #C94F02
Black with #C94F02
Text Example
Text Example
White with #C94F02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94F02; }
p { color: rgb(201,79,2); }
H1.HeaderClassName
{
color: #C94F02;
}
.AnyTagClassName
{
color: #C94F02;
}
</style>
background-color css
<style>
a { background-color: #C94F02; }
a { background-color: rgb(201,79,2); }
div.DivClassName
{
background-color: #C94F02;
}
.BgClassName
{
background-color: #C94F02;
}
</style>
border-color css
<style>
span { border-color: #C94F02; }
span { border-color: rgb(201,79,2); }
td.TdClassName
{
border-color: #C94F02;
}
.TagClassName
{
border-color: #C94F02;
}
</style>