Shades of Tenne (Tawny) #C35C0A
Tints of Tenne (Tawny) #C35C0A
RGB
CMYK
RGB Variations
Color information
#C35C0A (or 0xC35C0A) is known color: Tenne (Tawny). HEX triplet: C3, 5C and 0A. RGB value is (195,92,10). Sum of RGB (Red+Green+Blue) = 195+92+10=297 (39% of max value = 765). Red value is 195 (76.56% from 255 or 65.66% from 297); Green value is 92 (36.33% from 255 or 30.98% from 297); Blue value is 10 (4.30% from 255 or 3.37% from 297); Max value from RGB is 195 - color contains mainly: red. Hex color #C35C0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C35C0A is #3CA3F5. Grayscale: #717171. Windows color (decimal): -3974134 or 679107. OLE color: 679107.
HSL color Cylindrical-coordinate representation of color #C35C0A: hue angle of 26.59º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C35C0A is Cyan = 0, Magento = 0.53, Yellow = 0.95 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 92 | 10 | - |
| CMYK | 0 | 0.53 | 0.95 | 0.24 |
| HSL | 26.59º | 0.9% | 0.4% | - |
| HSV(B) | 26.59º | 0.95% | 0.76% | - |
| XYZ | 26.39 | 19.28 | 2.62 | - |
| YUV | 113.45 | 69.62 | 186.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 92 | 10 | 0 | 0.53 | 0.95 | 0.24 | 26.59 | 0.9 | 0.4 |
| Hex | C3 | 5C | A | 0 | 35 | 5F | 18 | 1B | 5A | 28 |
| Octal | 303 | 134 | 12 | 0 | 65 | 137 | 30 | 33 | 132 | 50 |
| Binary | 11000011 | 1011100 | 1010 | 0 | 110101 | 1011111 | 11000 | 11011 | 1011010 | 101000 |
Color Harmonies of #C35C0A
Complementary color
Monochromatic Colors of #C35C0A
Black with #C35C0A
Text Example
Text Example
White with #C35C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35C0A; }
p { color: rgb(195,92,10); }
H1.HeaderClassName
{
color: #C35C0A;
}
.AnyTagClassName
{
color: #C35C0A;
}
</style>
background-color css
<style>
a { background-color: #C35C0A; }
a { background-color: rgb(195,92,10); }
div.DivClassName
{
background-color: #C35C0A;
}
.BgClassName
{
background-color: #C35C0A;
}
</style>
border-color css
<style>
span { border-color: #C35C0A; }
span { border-color: rgb(195,92,10); }
td.TdClassName
{
border-color: #C35C0A;
}
.TagClassName
{
border-color: #C35C0A;
}
</style>