Shades of Tenne (Tawny) #C35001
Tints of Tenne (Tawny) #C35001
RGB
CMYK
RGB Variations
Color information
#C35001 (or 0xC35001) is known color: Tenne (Tawny). HEX triplet: C3, 50 and 01. RGB value is (195,80,1). Sum of RGB (Red+Green+Blue) = 195+80+1=276 (36% of max value = 765). Red value is 195 (76.56% from 255 or 70.65% from 276); Green value is 80 (31.64% from 255 or 28.99% from 276); Blue value is 1 (0.78% from 255 or 0.36% from 276); Max value from RGB is 195 - color contains mainly: red. Hex color #C35001 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C35001 is #3CAFFE. Grayscale: #696969. Windows color (decimal): -3977215 or 86211. OLE color: 86211.
HSL color Cylindrical-coordinate representation of color #C35001: hue angle of 24.43º 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 #C35001 is Cyan = 0, Magento = 0.59, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 80 | 1 | - |
| CMYK | 0 | 0.59 | 0.99 | 0.24 |
| HSL | 24.43º | 0.99% | 0.38% | - |
| HSV(B) | 24.43º | 0.99% | 0.76% | - |
| XYZ | 25.38 | 17.34 | 2.04 | - |
| YUV | 105.38 | 69.1 | 191.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 80 | 1 | 0 | 0.59 | 0.99 | 0.24 | 24.43 | 0.99 | 0.38 |
| Hex | C3 | 50 | 1 | 0 | 3B | 63 | 18 | 18 | 63 | 26 |
| Octal | 303 | 120 | 1 | 0 | 73 | 143 | 30 | 30 | 143 | 46 |
| Binary | 11000011 | 1010000 | 1 | 0 | 111011 | 1100011 | 11000 | 11000 | 1100011 | 100110 |
Color Harmonies of #C35001
Complementary color
Monochromatic Colors of #C35001
Black with #C35001
Text Example
Text Example
White with #C35001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35001; }
p { color: rgb(195,80,1); }
H1.HeaderClassName
{
color: #C35001;
}
.AnyTagClassName
{
color: #C35001;
}
</style>
background-color css
<style>
a { background-color: #C35001; }
a { background-color: rgb(195,80,1); }
div.DivClassName
{
background-color: #C35001;
}
.BgClassName
{
background-color: #C35001;
}
</style>
border-color css
<style>
span { border-color: #C35001; }
span { border-color: rgb(195,80,1); }
td.TdClassName
{
border-color: #C35001;
}
.TagClassName
{
border-color: #C35001;
}
</style>