Shades of Tenne (Tawny) #C84A07
Tints of Tenne (Tawny) #C84A07
RGB
CMYK
RGB Variations
Color information
#C84A07 (or 0xC84A07) is known color: Tenne (Tawny). HEX triplet: C8, 4A and 07. RGB value is (200,74,7). Sum of RGB (Red+Green+Blue) = 200+74+7=281 (37% of max value = 765). Red value is 200 (78.52% from 255 or 71.17% from 281); Green value is 74 (29.30% from 255 or 26.33% from 281); Blue value is 7 (3.12% from 255 or 2.49% from 281); Max value from RGB is 200 - color contains mainly: red. Hex color #C84A07 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C84A07 is #37B5F8. Grayscale: #686868. Windows color (decimal): -3651065 or 477896. OLE color: 477896.
HSL color Cylindrical-coordinate representation of color #C84A07: hue angle of 20.83º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C84A07 is Cyan = 0, Magento = 0.63, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 74 | 7 | - |
| CMYK | 0 | 0.63 | 0.96 | 0.22 |
| HSL | 20.83º | 0.93% | 0.41% | - |
| HSV(B) | 20.83º | 0.97% | 0.78% | - |
| XYZ | 26.31 | 17.19 | 2.13 | - |
| YUV | 104.04 | 73.24 | 196.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 74 | 7 | 0 | 0.63 | 0.96 | 0.22 | 20.83 | 0.93 | 0.41 |
| Hex | C8 | 4A | 7 | 0 | 3F | 60 | 16 | 15 | 5D | 29 |
| Octal | 310 | 112 | 7 | 0 | 77 | 140 | 26 | 25 | 135 | 51 |
| Binary | 11001000 | 1001010 | 111 | 0 | 111111 | 1100000 | 10110 | 10101 | 1011101 | 101001 |
Color Harmonies of #C84A07
Complementary color
Monochromatic Colors of #C84A07
Black with #C84A07
Text Example
Text Example
White with #C84A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84A07; }
p { color: rgb(200,74,7); }
H1.HeaderClassName
{
color: #C84A07;
}
.AnyTagClassName
{
color: #C84A07;
}
</style>
background-color css
<style>
a { background-color: #C84A07; }
a { background-color: rgb(200,74,7); }
div.DivClassName
{
background-color: #C84A07;
}
.BgClassName
{
background-color: #C84A07;
}
</style>
border-color css
<style>
span { border-color: #C84A07; }
span { border-color: rgb(200,74,7); }
td.TdClassName
{
border-color: #C84A07;
}
.TagClassName
{
border-color: #C84A07;
}
</style>