Shades of Tenne (Tawny) #C56701
Tints of Tenne (Tawny) #C56701
RGB
CMYK
RGB Variations
Color information
#C56701 (or 0xC56701) is known color: Tenne (Tawny). HEX triplet: C5, 67 and 01. RGB value is (197,103,1). Sum of RGB (Red+Green+Blue) = 197+103+1=301 (39% of max value = 765). Red value is 197 (77.34% from 255 or 65.45% from 301); Green value is 103 (40.62% from 255 or 34.22% from 301); Blue value is 1 (0.78% from 255 or 0.33% from 301); Max value from RGB is 197 - color contains mainly: red. Hex color #C56701 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C56701 is #3A98FE. Grayscale: #777777. Windows color (decimal): -3840255 or 92101. OLE color: 92101.
HSL color Cylindrical-coordinate representation of color #C56701: hue angle of 31.22º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C56701 is Cyan = 0, Magento = 0.48, Yellow = 0.99 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 103 | 1 | - |
| CMYK | 0 | 0.48 | 0.99 | 0.23 |
| HSL | 31.22º | 0.99% | 0.39% | - |
| HSV(B) | 31.22º | 0.99% | 0.77% | - |
| XYZ | 27.88 | 21.57 | 2.72 | - |
| YUV | 119.48 | 61.14 | 183.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 103 | 1 | 0 | 0.48 | 0.99 | 0.23 | 31.22 | 0.99 | 0.39 |
| Hex | C5 | 67 | 1 | 0 | 30 | 63 | 17 | 1F | 63 | 27 |
| Octal | 305 | 147 | 1 | 0 | 60 | 143 | 27 | 37 | 143 | 47 |
| Binary | 11000101 | 1100111 | 1 | 0 | 110000 | 1100011 | 10111 | 11111 | 1100011 | 100111 |
Color Harmonies of #C56701
Complementary color
Monochromatic Colors of #C56701
Black with #C56701
Text Example
Text Example
White with #C56701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56701; }
p { color: rgb(197,103,1); }
H1.HeaderClassName
{
color: #C56701;
}
.AnyTagClassName
{
color: #C56701;
}
</style>
background-color css
<style>
a { background-color: #C56701; }
a { background-color: rgb(197,103,1); }
div.DivClassName
{
background-color: #C56701;
}
.BgClassName
{
background-color: #C56701;
}
</style>
border-color css
<style>
span { border-color: #C56701; }
span { border-color: rgb(197,103,1); }
td.TdClassName
{
border-color: #C56701;
}
.TagClassName
{
border-color: #C56701;
}
</style>