Shades of Tenne (Tawny) #C5670A
Tints of Tenne (Tawny) #C5670A
RGB
CMYK
RGB Variations
Color information
#C5670A (or 0xC5670A) is known color: Tenne (Tawny). HEX triplet: C5, 67 and 0A. RGB value is (197,103,10). Sum of RGB (Red+Green+Blue) = 197+103+10=310 (41% of max value = 765). Red value is 197 (77.34% from 255 or 63.55% from 310); Green value is 103 (40.62% from 255 or 33.23% from 310); Blue value is 10 (4.30% from 255 or 3.23% from 310); Max value from RGB is 197 - color contains mainly: red. Hex color #C5670A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C5670A is #3A98F5. Grayscale: #787878. Windows color (decimal): -3840246 or 681925. OLE color: 681925.
HSL color Cylindrical-coordinate representation of color #C5670A: hue angle of 29.84º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C5670A is Cyan = 0, Magento = 0.48, Yellow = 0.95 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 103 | 10 | - |
| CMYK | 0 | 0.48 | 0.95 | 0.23 |
| HSL | 29.84º | 0.9% | 0.41% | - |
| HSV(B) | 29.84º | 0.95% | 0.77% | - |
| XYZ | 27.93 | 21.59 | 2.98 | - |
| YUV | 120.5 | 65.64 | 182.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 103 | 10 | 0 | 0.48 | 0.95 | 0.23 | 29.84 | 0.9 | 0.41 |
| Hex | C5 | 67 | A | 0 | 30 | 5F | 17 | 1E | 5A | 29 |
| Octal | 305 | 147 | 12 | 0 | 60 | 137 | 27 | 36 | 132 | 51 |
| Binary | 11000101 | 1100111 | 1010 | 0 | 110000 | 1011111 | 10111 | 11110 | 1011010 | 101001 |
Color Harmonies of #C5670A
Complementary color
Monochromatic Colors of #C5670A
Black with #C5670A
Text Example
Text Example
White with #C5670A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5670A; }
p { color: rgb(197,103,10); }
H1.HeaderClassName
{
color: #C5670A;
}
.AnyTagClassName
{
color: #C5670A;
}
</style>
background-color css
<style>
a { background-color: #C5670A; }
a { background-color: rgb(197,103,10); }
div.DivClassName
{
background-color: #C5670A;
}
.BgClassName
{
background-color: #C5670A;
}
</style>
border-color css
<style>
span { border-color: #C5670A; }
span { border-color: rgb(197,103,10); }
td.TdClassName
{
border-color: #C5670A;
}
.TagClassName
{
border-color: #C5670A;
}
</style>