Shades of Tenne (Tawny) #C84C06
Tints of Tenne (Tawny) #C84C06
RGB
CMYK
RGB Variations
Color information
#C84C06 (or 0xC84C06) is known color: Tenne (Tawny). HEX triplet: C8, 4C and 06. RGB value is (200,76,6). Sum of RGB (Red+Green+Blue) = 200+76+6=282 (37% of max value = 765). Red value is 200 (78.52% from 255 or 70.92% from 282); Green value is 76 (30.08% from 255 or 26.95% from 282); Blue value is 6 (2.73% from 255 or 2.13% from 282); Max value from RGB is 200 - color contains mainly: red. Hex color #C84C06 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C84C06 is #37B3F9. Grayscale: #696969. Windows color (decimal): -3650554 or 412872. OLE color: 412872.
HSL color Cylindrical-coordinate representation of color #C84C06: hue angle of 21.65º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C84C06 is Cyan = 0, Magento = 0.62, Yellow = 0.97 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 76 | 6 | - |
| CMYK | 0 | 0.62 | 0.97 | 0.22 |
| HSL | 21.65º | 0.94% | 0.4% | - |
| HSV(B) | 21.65º | 0.97% | 0.78% | - |
| XYZ | 26.44 | 17.46 | 2.15 | - |
| YUV | 105.1 | 72.08 | 195.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 76 | 6 | 0 | 0.62 | 0.97 | 0.22 | 21.65 | 0.94 | 0.4 |
| Hex | C8 | 4C | 6 | 0 | 3E | 61 | 16 | 16 | 5E | 28 |
| Octal | 310 | 114 | 6 | 0 | 76 | 141 | 26 | 26 | 136 | 50 |
| Binary | 11001000 | 1001100 | 110 | 0 | 111110 | 1100001 | 10110 | 10110 | 1011110 | 101000 |
Color Harmonies of #C84C06
Complementary color
Monochromatic Colors of #C84C06
Black with #C84C06
Text Example
Text Example
White with #C84C06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84C06; }
p { color: rgb(200,76,6); }
H1.HeaderClassName
{
color: #C84C06;
}
.AnyTagClassName
{
color: #C84C06;
}
</style>
background-color css
<style>
a { background-color: #C84C06; }
a { background-color: rgb(200,76,6); }
div.DivClassName
{
background-color: #C84C06;
}
.BgClassName
{
background-color: #C84C06;
}
</style>
border-color css
<style>
span { border-color: #C84C06; }
span { border-color: rgb(200,76,6); }
td.TdClassName
{
border-color: #C84C06;
}
.TagClassName
{
border-color: #C84C06;
}
</style>