Shades of Tenne (Tawny) #C35F0B
Tints of Tenne (Tawny) #C35F0B
RGB
CMYK
RGB Variations
Color information
#C35F0B (or 0xC35F0B) is known color: Tenne (Tawny). HEX triplet: C3, 5F and 0B. RGB value is (195,95,11). Sum of RGB (Red+Green+Blue) = 195+95+11=301 (39% of max value = 765). Red value is 195 (76.56% from 255 or 64.78% from 301); Green value is 95 (37.5% from 255 or 31.56% from 301); Blue value is 11 (4.69% from 255 or 3.65% from 301); Max value from RGB is 195 - color contains mainly: red. Hex color #C35F0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C35F0B is #3CA0F4. Grayscale: #737373. Windows color (decimal): -3973365 or 745411. OLE color: 745411.
HSL color Cylindrical-coordinate representation of color #C35F0B: hue angle of 27.39º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C35F0B is Cyan = 0, Magento = 0.51, Yellow = 0.94 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 95 | 11 | - |
| CMYK | 0 | 0.51 | 0.94 | 0.24 |
| HSL | 27.39º | 0.89% | 0.4% | - |
| HSV(B) | 27.39º | 0.94% | 0.76% | - |
| XYZ | 26.66 | 19.81 | 2.74 | - |
| YUV | 115.32 | 69.13 | 184.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 95 | 11 | 0 | 0.51 | 0.94 | 0.24 | 27.39 | 0.89 | 0.4 |
| Hex | C3 | 5F | B | 0 | 33 | 5E | 18 | 1B | 59 | 28 |
| Octal | 303 | 137 | 13 | 0 | 63 | 136 | 30 | 33 | 131 | 50 |
| Binary | 11000011 | 1011111 | 1011 | 0 | 110011 | 1011110 | 11000 | 11011 | 1011001 | 101000 |
Color Harmonies of #C35F0B
Complementary color
Monochromatic Colors of #C35F0B
Black with #C35F0B
Text Example
Text Example
White with #C35F0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35F0B; }
p { color: rgb(195,95,11); }
H1.HeaderClassName
{
color: #C35F0B;
}
.AnyTagClassName
{
color: #C35F0B;
}
</style>
background-color css
<style>
a { background-color: #C35F0B; }
a { background-color: rgb(195,95,11); }
div.DivClassName
{
background-color: #C35F0B;
}
.BgClassName
{
background-color: #C35F0B;
}
</style>
border-color css
<style>
span { border-color: #C35F0B; }
span { border-color: rgb(195,95,11); }
td.TdClassName
{
border-color: #C35F0B;
}
.TagClassName
{
border-color: #C35F0B;
}
</style>