Shades of Tenne (Tawny) #C2600F
Tints of Tenne (Tawny) #C2600F
RGB
CMYK
RGB Variations
Color information
#C2600F (or 0xC2600F) is known color: Tenne (Tawny). HEX triplet: C2, 60 and 0F. RGB value is (194,96,15). Sum of RGB (Red+Green+Blue) = 194+96+15=305 (40% of max value = 765). Red value is 194 (76.17% from 255 or 63.61% from 305); Green value is 96 (37.89% from 255 or 31.48% from 305); Blue value is 15 (6.25% from 255 or 4.92% from 305); Max value from RGB is 194 - color contains mainly: red. Hex color #C2600F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C2600F is #3D9FF0. Grayscale: #747474. Windows color (decimal): -4038641 or 1007810. OLE color: 1007810.
HSL color Cylindrical-coordinate representation of color #C2600F: hue angle of 27.15º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C2600F is Cyan = 0, Magento = 0.51, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 96 | 15 | - |
| CMYK | 0 | 0.51 | 0.92 | 0.24 |
| HSL | 27.15º | 0.86% | 0.41% | - |
| HSV(B) | 27.15º | 0.92% | 0.76% | - |
| XYZ | 26.52 | 19.87 | 2.89 | - |
| YUV | 116.07 | 70.97 | 183.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 96 | 15 | 0 | 0.51 | 0.92 | 0.24 | 27.15 | 0.86 | 0.41 |
| Hex | C2 | 60 | F | 0 | 33 | 5C | 18 | 1B | 56 | 29 |
| Octal | 302 | 140 | 17 | 0 | 63 | 134 | 30 | 33 | 126 | 51 |
| Binary | 11000010 | 1100000 | 1111 | 0 | 110011 | 1011100 | 11000 | 11011 | 1010110 | 101001 |
Color Harmonies of #C2600F
Complementary color
Monochromatic Colors of #C2600F
Black with #C2600F
Text Example
Text Example
White with #C2600F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2600F; }
p { color: rgb(194,96,15); }
H1.HeaderClassName
{
color: #C2600F;
}
.AnyTagClassName
{
color: #C2600F;
}
</style>
background-color css
<style>
a { background-color: #C2600F; }
a { background-color: rgb(194,96,15); }
div.DivClassName
{
background-color: #C2600F;
}
.BgClassName
{
background-color: #C2600F;
}
</style>
border-color css
<style>
span { border-color: #C2600F; }
span { border-color: rgb(194,96,15); }
td.TdClassName
{
border-color: #C2600F;
}
.TagClassName
{
border-color: #C2600F;
}
</style>