Shades of Tenne (Tawny) #C35A01
Tints of Tenne (Tawny) #C35A01
RGB
CMYK
RGB Variations
Color information
#C35A01 (or 0xC35A01) is known color: Tenne (Tawny). HEX triplet: C3, 5A and 01. RGB value is (195,90,1). Sum of RGB (Red+Green+Blue) = 195+90+1=286 (37% of max value = 765). Red value is 195 (76.56% from 255 or 68.18% from 286); Green value is 90 (35.55% from 255 or 31.47% from 286); Blue value is 1 (0.78% from 255 or 0.35% from 286); Max value from RGB is 195 - color contains mainly: red. Hex color #C35A01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C35A01 is #3CA5FE. Grayscale: #6F6F6F. Windows color (decimal): -3974655 or 88771. OLE color: 88771.
HSL color Cylindrical-coordinate representation of color #C35A01: hue angle of 27.53º 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 #C35A01 is Cyan = 0, Magento = 0.54, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 90 | 1 | - |
| CMYK | 0 | 0.54 | 0.99 | 0.24 |
| HSL | 27.53º | 0.99% | 0.38% | - |
| HSV(B) | 27.53º | 0.99% | 0.76% | - |
| XYZ | 26.17 | 18.92 | 2.3 | - |
| YUV | 111.25 | 65.79 | 187.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 90 | 1 | 0 | 0.54 | 0.99 | 0.24 | 27.53 | 0.99 | 0.38 |
| Hex | C3 | 5A | 1 | 0 | 36 | 63 | 18 | 1C | 63 | 26 |
| Octal | 303 | 132 | 1 | 0 | 66 | 143 | 30 | 34 | 143 | 46 |
| Binary | 11000011 | 1011010 | 1 | 0 | 110110 | 1100011 | 11000 | 11100 | 1100011 | 100110 |
Color Harmonies of #C35A01
Complementary color
Monochromatic Colors of #C35A01
Black with #C35A01
Text Example
Text Example
White with #C35A01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35A01; }
p { color: rgb(195,90,1); }
H1.HeaderClassName
{
color: #C35A01;
}
.AnyTagClassName
{
color: #C35A01;
}
</style>
background-color css
<style>
a { background-color: #C35A01; }
a { background-color: rgb(195,90,1); }
div.DivClassName
{
background-color: #C35A01;
}
.BgClassName
{
background-color: #C35A01;
}
</style>
border-color css
<style>
span { border-color: #C35A01; }
span { border-color: rgb(195,90,1); }
td.TdClassName
{
border-color: #C35A01;
}
.TagClassName
{
border-color: #C35A01;
}
</style>