Shades of Tenne (Tawny) #C55703
Tints of Tenne (Tawny) #C55703
RGB
CMYK
RGB Variations
Color information
#C55703 (or 0xC55703) is known color: Tenne (Tawny). HEX triplet: C5, 57 and 03. RGB value is (197,87,3). Sum of RGB (Red+Green+Blue) = 197+87+3=287 (38% of max value = 765). Red value is 197 (77.34% from 255 or 68.64% from 287); Green value is 87 (34.38% from 255 or 30.31% from 287); Blue value is 3 (1.56% from 255 or 1.05% from 287); Max value from RGB is 197 - color contains mainly: red. Hex color #C55703 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C55703 is #3AA8FC. Grayscale: #6E6E6E. Windows color (decimal): -3844349 or 219077. OLE color: 219077.
HSL color Cylindrical-coordinate representation of color #C55703: hue angle of 25.98º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C55703 is Cyan = 0, Magento = 0.56, Yellow = 0.98 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 87 | 3 | - |
| CMYK | 0 | 0.56 | 0.98 | 0.23 |
| HSL | 25.98º | 0.97% | 0.39% | - |
| HSV(B) | 25.98º | 0.98% | 0.77% | - |
| XYZ | 26.45 | 18.69 | 2.3 | - |
| YUV | 110.31 | 67.44 | 189.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 87 | 3 | 0 | 0.56 | 0.98 | 0.23 | 25.98 | 0.97 | 0.39 |
| Hex | C5 | 57 | 3 | 0 | 38 | 62 | 17 | 1A | 61 | 27 |
| Octal | 305 | 127 | 3 | 0 | 70 | 142 | 27 | 32 | 141 | 47 |
| Binary | 11000101 | 1010111 | 11 | 0 | 111000 | 1100010 | 10111 | 11010 | 1100001 | 100111 |
Color Harmonies of #C55703
Complementary color
Monochromatic Colors of #C55703
Black with #C55703
Text Example
Text Example
White with #C55703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55703; }
p { color: rgb(197,87,3); }
H1.HeaderClassName
{
color: #C55703;
}
.AnyTagClassName
{
color: #C55703;
}
</style>
background-color css
<style>
a { background-color: #C55703; }
a { background-color: rgb(197,87,3); }
div.DivClassName
{
background-color: #C55703;
}
.BgClassName
{
background-color: #C55703;
}
</style>
border-color css
<style>
span { border-color: #C55703; }
span { border-color: rgb(197,87,3); }
td.TdClassName
{
border-color: #C55703;
}
.TagClassName
{
border-color: #C55703;
}
</style>