Shades of Tenne (Tawny) #C84401
Tints of Tenne (Tawny) #C84401
RGB
CMYK
RGB Variations
Color information
#C84401 (or 0xC84401) is known color: Tenne (Tawny). HEX triplet: C8, 44 and 01. RGB value is (200,68,1). Sum of RGB (Red+Green+Blue) = 200+68+1=269 (35% of max value = 765). Red value is 200 (78.52% from 255 or 74.35% from 269); Green value is 68 (26.95% from 255 or 25.28% from 269); Blue value is 1 (0.78% from 255 or 0.37% from 269); Max value from RGB is 200 - color contains mainly: red. Hex color #C84401 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C84401 is #37BBFE. Grayscale: #646464. Windows color (decimal): -3652607 or 83144. OLE color: 83144.
HSL color Cylindrical-coordinate representation of color #C84401: hue angle of 20.2º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C84401 is Cyan = 0, Magento = 0.66, Yellow = 1.00 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 68 | 1 | - |
| CMYK | 0 | 0.66 | 1.00 | 0.22 |
| HSL | 20.2º | 0.99% | 0.39% | - |
| HSV(B) | 20.2º | 1% | 0.78% | - |
| XYZ | 25.89 | 16.42 | 1.83 | - |
| YUV | 99.83 | 72.23 | 199.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 68 | 1 | 0 | 0.66 | 1.00 | 0.22 | 20.2 | 0.99 | 0.39 |
| Hex | C8 | 44 | 1 | 0 | 42 | 64 | 16 | 14 | 63 | 27 |
| Octal | 310 | 104 | 1 | 0 | 102 | 144 | 26 | 24 | 143 | 47 |
| Binary | 11001000 | 1000100 | 1 | 0 | 1000010 | 1100100 | 10110 | 10100 | 1100011 | 100111 |
Color Harmonies of #C84401
Complementary color
Monochromatic Colors of #C84401
Black with #C84401
Text Example
Text Example
White with #C84401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84401; }
p { color: rgb(200,68,1); }
H1.HeaderClassName
{
color: #C84401;
}
.AnyTagClassName
{
color: #C84401;
}
</style>
background-color css
<style>
a { background-color: #C84401; }
a { background-color: rgb(200,68,1); }
div.DivClassName
{
background-color: #C84401;
}
.BgClassName
{
background-color: #C84401;
}
</style>
border-color css
<style>
span { border-color: #C84401; }
span { border-color: rgb(200,68,1); }
td.TdClassName
{
border-color: #C84401;
}
.TagClassName
{
border-color: #C84401;
}
</style>