Shades of Tenne (Tawny) #C84F01
Tints of Tenne (Tawny) #C84F01
RGB
CMYK
RGB Variations
Color information
#C84F01 (or 0xC84F01) is known color: Tenne (Tawny). HEX triplet: C8, 4F and 01. RGB value is (200,79,1). Sum of RGB (Red+Green+Blue) = 200+79+1=280 (37% of max value = 765). Red value is 200 (78.52% from 255 or 71.43% from 280); Green value is 79 (31.25% from 255 or 28.21% from 280); Blue value is 1 (0.78% from 255 or 0.36% from 280); Max value from RGB is 200 - color contains mainly: red. Hex color #C84F01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C84F01 is #37B0FE. Grayscale: #6A6A6A. Windows color (decimal): -3649791 or 85960. OLE color: 85960.
HSL color Cylindrical-coordinate representation of color #C84F01: hue angle of 23.52º 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 #C84F01 is Cyan = 0, Magento = 0.60, Yellow = 1.00 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 79 | 1 | - |
| CMYK | 0 | 0.60 | 1.00 | 0.22 |
| HSL | 23.52º | 0.99% | 0.39% | - |
| HSV(B) | 23.52º | 1% | 0.78% | - |
| XYZ | 26.62 | 17.87 | 2.08 | - |
| YUV | 106.29 | 68.59 | 194.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 79 | 1 | 0 | 0.60 | 1.00 | 0.22 | 23.52 | 0.99 | 0.39 |
| Hex | C8 | 4F | 1 | 0 | 3C | 64 | 16 | 18 | 63 | 27 |
| Octal | 310 | 117 | 1 | 0 | 74 | 144 | 26 | 30 | 143 | 47 |
| Binary | 11001000 | 1001111 | 1 | 0 | 111100 | 1100100 | 10110 | 11000 | 1100011 | 100111 |
Color Harmonies of #C84F01
Complementary color
Monochromatic Colors of #C84F01
Black with #C84F01
Text Example
Text Example
White with #C84F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84F01; }
p { color: rgb(200,79,1); }
H1.HeaderClassName
{
color: #C84F01;
}
.AnyTagClassName
{
color: #C84F01;
}
</style>
background-color css
<style>
a { background-color: #C84F01; }
a { background-color: rgb(200,79,1); }
div.DivClassName
{
background-color: #C84F01;
}
.BgClassName
{
background-color: #C84F01;
}
</style>
border-color css
<style>
span { border-color: #C84F01; }
span { border-color: rgb(200,79,1); }
td.TdClassName
{
border-color: #C84F01;
}
.TagClassName
{
border-color: #C84F01;
}
</style>