Shades of Tenne (Tawny) #C25D08
Tints of Tenne (Tawny) #C25D08
RGB
CMYK
RGB Variations
Color information
#C25D08 (or 0xC25D08) is known color: Tenne (Tawny). HEX triplet: C2, 5D and 08. RGB value is (194,93,8). Sum of RGB (Red+Green+Blue) = 194+93+8=295 (39% of max value = 765). Red value is 194 (76.17% from 255 or 65.76% from 295); Green value is 93 (36.72% from 255 or 31.53% from 295); Blue value is 8 (3.52% from 255 or 2.71% from 295); Max value from RGB is 194 - color contains mainly: red. Hex color #C25D08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C25D08 is #3DA2F7. Grayscale: #717171. Windows color (decimal): -4039416 or 548290. OLE color: 548290.
HSL color Cylindrical-coordinate representation of color #C25D08: hue angle of 27.42º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C25D08 is Cyan = 0, Magento = 0.52, Yellow = 0.96 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 93 | 8 | - |
| CMYK | 0 | 0.52 | 0.96 | 0.24 |
| HSL | 27.42º | 0.92% | 0.4% | - |
| HSV(B) | 27.42º | 0.96% | 0.76% | - |
| XYZ | 26.21 | 19.32 | 2.58 | - |
| YUV | 113.51 | 68.46 | 185.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 93 | 8 | 0 | 0.52 | 0.96 | 0.24 | 27.42 | 0.92 | 0.4 |
| Hex | C2 | 5D | 8 | 0 | 34 | 60 | 18 | 1B | 5C | 28 |
| Octal | 302 | 135 | 10 | 0 | 64 | 140 | 30 | 33 | 134 | 50 |
| Binary | 11000010 | 1011101 | 1000 | 0 | 110100 | 1100000 | 11000 | 11011 | 1011100 | 101000 |
Color Harmonies of #C25D08
Complementary color
Monochromatic Colors of #C25D08
Black with #C25D08
Text Example
Text Example
White with #C25D08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25D08; }
p { color: rgb(194,93,8); }
H1.HeaderClassName
{
color: #C25D08;
}
.AnyTagClassName
{
color: #C25D08;
}
</style>
background-color css
<style>
a { background-color: #C25D08; }
a { background-color: rgb(194,93,8); }
div.DivClassName
{
background-color: #C25D08;
}
.BgClassName
{
background-color: #C25D08;
}
</style>
border-color css
<style>
span { border-color: #C25D08; }
span { border-color: rgb(194,93,8); }
td.TdClassName
{
border-color: #C25D08;
}
.TagClassName
{
border-color: #C25D08;
}
</style>