Shades of Tenne (Tawny) #C74C08
Tints of Tenne (Tawny) #C74C08
RGB
CMYK
RGB Variations
Color information
#C74C08 (or 0xC74C08) is known color: Tenne (Tawny). HEX triplet: C7, 4C and 08. RGB value is (199,76,8). Sum of RGB (Red+Green+Blue) = 199+76+8=283 (37% of max value = 765). Red value is 199 (78.12% from 255 or 70.32% from 283); Green value is 76 (30.08% from 255 or 26.86% from 283); Blue value is 8 (3.52% from 255 or 2.83% from 283); Max value from RGB is 199 - color contains mainly: red. Hex color #C74C08 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C74C08 is #38B3F7. Grayscale: #696969. Windows color (decimal): -3716088 or 543943. OLE color: 543943.
HSL color Cylindrical-coordinate representation of color #C74C08: hue angle of 21.36º degrees, saturation: 0.92, 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 #C74C08 is Cyan = 0, Magento = 0.62, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 76 | 8 | - |
| CMYK | 0 | 0.62 | 0.96 | 0.22 |
| HSL | 21.36º | 0.92% | 0.41% | - |
| HSV(B) | 21.36º | 0.96% | 0.78% | - |
| XYZ | 26.18 | 17.33 | 2.19 | - |
| YUV | 105.03 | 73.25 | 195.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 76 | 8 | 0 | 0.62 | 0.96 | 0.22 | 21.36 | 0.92 | 0.41 |
| Hex | C7 | 4C | 8 | 0 | 3E | 60 | 16 | 15 | 5C | 29 |
| Octal | 307 | 114 | 10 | 0 | 76 | 140 | 26 | 25 | 134 | 51 |
| Binary | 11000111 | 1001100 | 1000 | 0 | 111110 | 1100000 | 10110 | 10101 | 1011100 | 101001 |
Color Harmonies of #C74C08
Complementary color
Monochromatic Colors of #C74C08
Black with #C74C08
Text Example
Text Example
White with #C74C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74C08; }
p { color: rgb(199,76,8); }
H1.HeaderClassName
{
color: #C74C08;
}
.AnyTagClassName
{
color: #C74C08;
}
</style>
background-color css
<style>
a { background-color: #C74C08; }
a { background-color: rgb(199,76,8); }
div.DivClassName
{
background-color: #C74C08;
}
.BgClassName
{
background-color: #C74C08;
}
</style>
border-color css
<style>
span { border-color: #C74C08; }
span { border-color: rgb(199,76,8); }
td.TdClassName
{
border-color: #C74C08;
}
.TagClassName
{
border-color: #C74C08;
}
</style>