Shades of Tenne (Tawny) #C55C08
Tints of Tenne (Tawny) #C55C08
RGB
CMYK
RGB Variations
Color information
#C55C08 (or 0xC55C08) is known color: Tenne (Tawny). HEX triplet: C5, 5C and 08. RGB value is (197,92,8). Sum of RGB (Red+Green+Blue) = 197+92+8=297 (39% of max value = 765). Red value is 197 (77.34% from 255 or 66.33% from 297); Green value is 92 (36.33% from 255 or 30.98% from 297); Blue value is 8 (3.52% from 255 or 2.69% from 297); Max value from RGB is 197 - color contains mainly: red. Hex color #C55C08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C55C08 is #3AA3F7. Grayscale: #727272. Windows color (decimal): -3843064 or 548037. OLE color: 548037.
HSL color Cylindrical-coordinate representation of color #C55C08: hue angle of 26.67º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C55C08 is Cyan = 0, Magento = 0.53, Yellow = 0.96 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 92 | 8 | - |
| CMYK | 0 | 0.53 | 0.96 | 0.23 |
| HSL | 26.67º | 0.92% | 0.4% | - |
| HSV(B) | 26.67º | 0.96% | 0.77% | - |
| XYZ | 26.9 | 19.54 | 2.58 | - |
| YUV | 113.82 | 68.29 | 187.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 92 | 8 | 0 | 0.53 | 0.96 | 0.23 | 26.67 | 0.92 | 0.4 |
| Hex | C5 | 5C | 8 | 0 | 35 | 60 | 17 | 1B | 5C | 28 |
| Octal | 305 | 134 | 10 | 0 | 65 | 140 | 27 | 33 | 134 | 50 |
| Binary | 11000101 | 1011100 | 1000 | 0 | 110101 | 1100000 | 10111 | 11011 | 1011100 | 101000 |
Color Harmonies of #C55C08
Complementary color
Monochromatic Colors of #C55C08
Black with #C55C08
Text Example
Text Example
White with #C55C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55C08; }
p { color: rgb(197,92,8); }
H1.HeaderClassName
{
color: #C55C08;
}
.AnyTagClassName
{
color: #C55C08;
}
</style>
background-color css
<style>
a { background-color: #C55C08; }
a { background-color: rgb(197,92,8); }
div.DivClassName
{
background-color: #C55C08;
}
.BgClassName
{
background-color: #C55C08;
}
</style>
border-color css
<style>
span { border-color: #C55C08; }
span { border-color: rgb(197,92,8); }
td.TdClassName
{
border-color: #C55C08;
}
.TagClassName
{
border-color: #C55C08;
}
</style>