Shades of Tenne (Tawny) #C84C01
Tints of Tenne (Tawny) #C84C01
RGB
CMYK
RGB Variations
Color information
#C84C01 (or 0xC84C01) is known color: Tenne (Tawny). HEX triplet: C8, 4C and 01. RGB value is (200,76,1). Sum of RGB (Red+Green+Blue) = 200+76+1=277 (36% of max value = 765). Red value is 200 (78.52% from 255 or 72.20% from 277); Green value is 76 (30.08% from 255 or 27.44% from 277); Blue value is 1 (0.78% from 255 or 0.36% from 277); Max value from RGB is 200 - color contains mainly: red. Hex color #C84C01 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C84C01 is #37B3FE. Grayscale: #686868. Windows color (decimal): -3650559 or 85192. OLE color: 85192.
HSL color Cylindrical-coordinate representation of color #C84C01: hue angle of 22.61º 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 #C84C01 is Cyan = 0, Magento = 0.62, Yellow = 1.00 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 76 | 1 | - |
| CMYK | 0 | 0.62 | 1.00 | 0.22 |
| HSL | 22.61º | 0.99% | 0.39% | - |
| HSV(B) | 22.61º | 1% | 0.78% | - |
| XYZ | 26.41 | 17.45 | 2.01 | - |
| YUV | 104.53 | 69.58 | 196.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 76 | 1 | 0 | 0.62 | 1.00 | 0.22 | 22.61 | 0.99 | 0.39 |
| Hex | C8 | 4C | 1 | 0 | 3E | 64 | 16 | 17 | 63 | 27 |
| Octal | 310 | 114 | 1 | 0 | 76 | 144 | 26 | 27 | 143 | 47 |
| Binary | 11001000 | 1001100 | 1 | 0 | 111110 | 1100100 | 10110 | 10111 | 1100011 | 100111 |
Color Harmonies of #C84C01
Complementary color
Monochromatic Colors of #C84C01
Black with #C84C01
Text Example
Text Example
White with #C84C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84C01; }
p { color: rgb(200,76,1); }
H1.HeaderClassName
{
color: #C84C01;
}
.AnyTagClassName
{
color: #C84C01;
}
</style>
background-color css
<style>
a { background-color: #C84C01; }
a { background-color: rgb(200,76,1); }
div.DivClassName
{
background-color: #C84C01;
}
.BgClassName
{
background-color: #C84C01;
}
</style>
border-color css
<style>
span { border-color: #C84C01; }
span { border-color: rgb(200,76,1); }
td.TdClassName
{
border-color: #C84C01;
}
.TagClassName
{
border-color: #C84C01;
}
</style>