Shades of Tenne (Tawny) #C35C10
Tints of Tenne (Tawny) #C35C10
RGB
CMYK
RGB Variations
Color information
#C35C10 (or 0xC35C10) is known color: Tenne (Tawny). HEX triplet: C3, 5C and 10. RGB value is (195,92,16). Sum of RGB (Red+Green+Blue) = 195+92+16=303 (40% of max value = 765). Red value is 195 (76.56% from 255 or 64.36% from 303); Green value is 92 (36.33% from 255 or 30.36% from 303); Blue value is 16 (6.64% from 255 or 5.28% from 303); Max value from RGB is 195 - color contains mainly: red. Hex color #C35C10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C35C10 is #3CA3EF. Grayscale: #727272. Windows color (decimal): -3974128 or 1072323. OLE color: 1072323.
HSL color Cylindrical-coordinate representation of color #C35C10: hue angle of 25.47º degrees, saturation: 0.85, 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 #C35C10 is Cyan = 0, Magento = 0.53, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 92 | 16 | - |
| CMYK | 0 | 0.53 | 0.92 | 0.24 |
| HSL | 25.47º | 0.85% | 0.41% | - |
| HSV(B) | 25.47º | 0.92% | 0.76% | - |
| XYZ | 26.43 | 19.29 | 2.82 | - |
| YUV | 114.13 | 72.62 | 185.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 92 | 16 | 0 | 0.53 | 0.92 | 0.24 | 25.47 | 0.85 | 0.41 |
| Hex | C3 | 5C | 10 | 0 | 35 | 5C | 18 | 19 | 55 | 29 |
| Octal | 303 | 134 | 20 | 0 | 65 | 134 | 30 | 31 | 125 | 51 |
| Binary | 11000011 | 1011100 | 10000 | 0 | 110101 | 1011100 | 11000 | 11001 | 1010101 | 101001 |
Color Harmonies of #C35C10
Complementary color
Monochromatic Colors of #C35C10
Black with #C35C10
Text Example
Text Example
White with #C35C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35C10; }
p { color: rgb(195,92,16); }
H1.HeaderClassName
{
color: #C35C10;
}
.AnyTagClassName
{
color: #C35C10;
}
</style>
background-color css
<style>
a { background-color: #C35C10; }
a { background-color: rgb(195,92,16); }
div.DivClassName
{
background-color: #C35C10;
}
.BgClassName
{
background-color: #C35C10;
}
</style>
border-color css
<style>
span { border-color: #C35C10; }
span { border-color: rgb(195,92,16); }
td.TdClassName
{
border-color: #C35C10;
}
.TagClassName
{
border-color: #C35C10;
}
</style>