Shades of Tenne (Tawny) #C35A0F
Tints of Tenne (Tawny) #C35A0F
RGB
CMYK
RGB Variations
Color information
#C35A0F (or 0xC35A0F) is known color: Tenne (Tawny). HEX triplet: C3, 5A and 0F. RGB value is (195,90,15). Sum of RGB (Red+Green+Blue) = 195+90+15=300 (39% of max value = 765). Red value is 195 (76.56% from 255 or 65% from 300); Green value is 90 (35.55% from 255 or 30% from 300); Blue value is 15 (6.25% from 255 or 5% from 300); Max value from RGB is 195 - color contains mainly: red. Hex color #C35A0F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C35A0F is #3CA5F0. Grayscale: #717171. Windows color (decimal): -3974641 or 1006275. OLE color: 1006275.
HSL color Cylindrical-coordinate representation of color #C35A0F: hue angle of 25º 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 #C35A0F is Cyan = 0, Magento = 0.54, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 90 | 15 | - |
| CMYK | 0 | 0.54 | 0.92 | 0.24 |
| HSL | 25º | 0.86% | 0.41% | - |
| HSV(B) | 25º | 0.92% | 0.76% | - |
| XYZ | 26.25 | 18.95 | 2.73 | - |
| YUV | 112.85 | 72.79 | 186.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 90 | 15 | 0 | 0.54 | 0.92 | 0.24 | 25 | 0.86 | 0.41 |
| Hex | C3 | 5A | F | 0 | 36 | 5C | 18 | 19 | 56 | 29 |
| Octal | 303 | 132 | 17 | 0 | 66 | 134 | 30 | 31 | 126 | 51 |
| Binary | 11000011 | 1011010 | 1111 | 0 | 110110 | 1011100 | 11000 | 11001 | 1010110 | 101001 |
Color Harmonies of #C35A0F
Complementary color
Monochromatic Colors of #C35A0F
Black with #C35A0F
Text Example
Text Example
White with #C35A0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35A0F; }
p { color: rgb(195,90,15); }
H1.HeaderClassName
{
color: #C35A0F;
}
.AnyTagClassName
{
color: #C35A0F;
}
</style>
background-color css
<style>
a { background-color: #C35A0F; }
a { background-color: rgb(195,90,15); }
div.DivClassName
{
background-color: #C35A0F;
}
.BgClassName
{
background-color: #C35A0F;
}
</style>
border-color css
<style>
span { border-color: #C35A0F; }
span { border-color: rgb(195,90,15); }
td.TdClassName
{
border-color: #C35A0F;
}
.TagClassName
{
border-color: #C35A0F;
}
</style>