Shades of Tenne (Tawny) #C84D01
Tints of Tenne (Tawny) #C84D01
RGB
CMYK
RGB Variations
Color information
#C84D01 (or 0xC84D01) is known color: Tenne (Tawny). HEX triplet: C8, 4D and 01. RGB value is (200,77,1). Sum of RGB (Red+Green+Blue) = 200+77+1=278 (36% of max value = 765). Red value is 200 (78.52% from 255 or 71.94% from 278); Green value is 77 (30.47% from 255 or 27.70% from 278); Blue value is 1 (0.78% from 255 or 0.36% from 278); Max value from RGB is 200 - color contains mainly: red. Hex color #C84D01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C84D01 is #37B2FE. Grayscale: #696969. Windows color (decimal): -3650303 or 85448. OLE color: 85448.
HSL color Cylindrical-coordinate representation of color #C84D01: hue angle of 22.91º 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 #C84D01 is Cyan = 0, Magento = 0.62, Yellow = 1.00 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 77 | 1 | - |
| CMYK | 0 | 0.62 | 1.00 | 0.22 |
| HSL | 22.91º | 0.99% | 0.39% | - |
| HSV(B) | 22.91º | 1% | 0.78% | - |
| XYZ | 26.48 | 17.59 | 2.03 | - |
| YUV | 105.11 | 69.25 | 195.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 77 | 1 | 0 | 0.62 | 1.00 | 0.22 | 22.91 | 0.99 | 0.39 |
| Hex | C8 | 4D | 1 | 0 | 3E | 64 | 16 | 17 | 63 | 27 |
| Octal | 310 | 115 | 1 | 0 | 76 | 144 | 26 | 27 | 143 | 47 |
| Binary | 11001000 | 1001101 | 1 | 0 | 111110 | 1100100 | 10110 | 10111 | 1100011 | 100111 |
Color Harmonies of #C84D01
Complementary color
Monochromatic Colors of #C84D01
Black with #C84D01
Text Example
Text Example
White with #C84D01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84D01; }
p { color: rgb(200,77,1); }
H1.HeaderClassName
{
color: #C84D01;
}
.AnyTagClassName
{
color: #C84D01;
}
</style>
background-color css
<style>
a { background-color: #C84D01; }
a { background-color: rgb(200,77,1); }
div.DivClassName
{
background-color: #C84D01;
}
.BgClassName
{
background-color: #C84D01;
}
</style>
border-color css
<style>
span { border-color: #C84D01; }
span { border-color: rgb(200,77,1); }
td.TdClassName
{
border-color: #C84D01;
}
.TagClassName
{
border-color: #C84D01;
}
</style>