Shades of Tenne (Tawny) #C35C0F
Tints of Tenne (Tawny) #C35C0F
RGB
CMYK
RGB Variations
Color information
#C35C0F (or 0xC35C0F) is known color: Tenne (Tawny). HEX triplet: C3, 5C and 0F. RGB value is (195,92,15). Sum of RGB (Red+Green+Blue) = 195+92+15=302 (40% of max value = 765). Red value is 195 (76.56% from 255 or 64.57% from 302); Green value is 92 (36.33% from 255 or 30.46% from 302); Blue value is 15 (6.25% from 255 or 4.97% from 302); Max value from RGB is 195 - color contains mainly: red. Hex color #C35C0F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C35C0F is #3CA3F0. Grayscale: #727272. Windows color (decimal): -3974129 or 1006787. OLE color: 1006787.
HSL color Cylindrical-coordinate representation of color #C35C0F: hue angle of 25.67º 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 #C35C0F is Cyan = 0, Magento = 0.53, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 92 | 15 | - |
| CMYK | 0 | 0.53 | 0.92 | 0.24 |
| HSL | 25.67º | 0.86% | 0.41% | - |
| HSV(B) | 25.67º | 0.92% | 0.76% | - |
| XYZ | 26.42 | 19.29 | 2.78 | - |
| YUV | 114.02 | 72.12 | 185.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 92 | 15 | 0 | 0.53 | 0.92 | 0.24 | 25.67 | 0.86 | 0.41 |
| Hex | C3 | 5C | F | 0 | 35 | 5C | 18 | 1A | 56 | 29 |
| Octal | 303 | 134 | 17 | 0 | 65 | 134 | 30 | 32 | 126 | 51 |
| Binary | 11000011 | 1011100 | 1111 | 0 | 110101 | 1011100 | 11000 | 11010 | 1010110 | 101001 |
Color Harmonies of #C35C0F
Complementary color
Monochromatic Colors of #C35C0F
Black with #C35C0F
Text Example
Text Example
White with #C35C0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35C0F; }
p { color: rgb(195,92,15); }
H1.HeaderClassName
{
color: #C35C0F;
}
.AnyTagClassName
{
color: #C35C0F;
}
</style>
background-color css
<style>
a { background-color: #C35C0F; }
a { background-color: rgb(195,92,15); }
div.DivClassName
{
background-color: #C35C0F;
}
.BgClassName
{
background-color: #C35C0F;
}
</style>
border-color css
<style>
span { border-color: #C35C0F; }
span { border-color: rgb(195,92,15); }
td.TdClassName
{
border-color: #C35C0F;
}
.TagClassName
{
border-color: #C35C0F;
}
</style>