Shades of Tenne (Tawny) #C35C01
Tints of Tenne (Tawny) #C35C01
RGB
CMYK
RGB Variations
Color information
#C35C01 (or 0xC35C01) is known color: Tenne (Tawny). HEX triplet: C3, 5C and 01. RGB value is (195,92,1). Sum of RGB (Red+Green+Blue) = 195+92+1=288 (38% of max value = 765). Red value is 195 (76.56% from 255 or 67.71% from 288); Green value is 92 (36.33% from 255 or 31.94% from 288); Blue value is 1 (0.78% from 255 or 0.35% from 288); Max value from RGB is 195 - color contains mainly: red. Hex color #C35C01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C35C01 is #3CA3FE. Grayscale: #707070. Windows color (decimal): -3974143 or 89283. OLE color: 89283.
HSL color Cylindrical-coordinate representation of color #C35C01: hue angle of 28.14º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C35C01 is Cyan = 0, Magento = 0.53, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 92 | 1 | - |
| CMYK | 0 | 0.53 | 0.99 | 0.24 |
| HSL | 28.14º | 0.99% | 0.38% | - |
| HSV(B) | 28.14º | 0.99% | 0.76% | - |
| XYZ | 26.34 | 19.26 | 2.36 | - |
| YUV | 112.42 | 65.12 | 186.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 92 | 1 | 0 | 0.53 | 0.99 | 0.24 | 28.14 | 0.99 | 0.38 |
| Hex | C3 | 5C | 1 | 0 | 35 | 63 | 18 | 1C | 63 | 26 |
| Octal | 303 | 134 | 1 | 0 | 65 | 143 | 30 | 34 | 143 | 46 |
| Binary | 11000011 | 1011100 | 1 | 0 | 110101 | 1100011 | 11000 | 11100 | 1100011 | 100110 |
Color Harmonies of #C35C01
Complementary color
Monochromatic Colors of #C35C01
Black with #C35C01
Text Example
Text Example
White with #C35C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35C01; }
p { color: rgb(195,92,1); }
H1.HeaderClassName
{
color: #C35C01;
}
.AnyTagClassName
{
color: #C35C01;
}
</style>
background-color css
<style>
a { background-color: #C35C01; }
a { background-color: rgb(195,92,1); }
div.DivClassName
{
background-color: #C35C01;
}
.BgClassName
{
background-color: #C35C01;
}
</style>
border-color css
<style>
span { border-color: #C35C01; }
span { border-color: rgb(195,92,1); }
td.TdClassName
{
border-color: #C35C01;
}
.TagClassName
{
border-color: #C35C01;
}
</style>