Shades of Tenne (Tawny) #C3500B
Tints of Tenne (Tawny) #C3500B
RGB
CMYK
RGB Variations
Color information
#C3500B (or 0xC3500B) is known color: Tenne (Tawny). HEX triplet: C3, 50 and 0B. RGB value is (195,80,11). Sum of RGB (Red+Green+Blue) = 195+80+11=286 (37% of max value = 765). Red value is 195 (76.56% from 255 or 68.18% from 286); Green value is 80 (31.64% from 255 or 27.97% from 286); Blue value is 11 (4.69% from 255 or 3.85% from 286); Max value from RGB is 195 - color contains mainly: red. Hex color #C3500B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C3500B is #3CAFF4. Grayscale: #6A6A6A. Windows color (decimal): -3977205 or 741571. OLE color: 741571.
HSL color Cylindrical-coordinate representation of color #C3500B: hue angle of 22.5º 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 #C3500B is Cyan = 0, Magento = 0.59, Yellow = 0.94 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 80 | 11 | - |
| CMYK | 0 | 0.59 | 0.94 | 0.24 |
| HSL | 22.5º | 0.89% | 0.4% | - |
| HSV(B) | 22.5º | 0.94% | 0.76% | - |
| XYZ | 25.43 | 17.36 | 2.33 | - |
| YUV | 106.52 | 74.1 | 191.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 80 | 11 | 0 | 0.59 | 0.94 | 0.24 | 22.5 | 0.89 | 0.4 |
| Hex | C3 | 50 | B | 0 | 3B | 5E | 18 | 16 | 59 | 28 |
| Octal | 303 | 120 | 13 | 0 | 73 | 136 | 30 | 26 | 131 | 50 |
| Binary | 11000011 | 1010000 | 1011 | 0 | 111011 | 1011110 | 11000 | 10110 | 1011001 | 101000 |
Color Harmonies of #C3500B
Complementary color
Monochromatic Colors of #C3500B
Black with #C3500B
Text Example
Text Example
White with #C3500B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3500B; }
p { color: rgb(195,80,11); }
H1.HeaderClassName
{
color: #C3500B;
}
.AnyTagClassName
{
color: #C3500B;
}
</style>
background-color css
<style>
a { background-color: #C3500B; }
a { background-color: rgb(195,80,11); }
div.DivClassName
{
background-color: #C3500B;
}
.BgClassName
{
background-color: #C3500B;
}
</style>
border-color css
<style>
span { border-color: #C3500B; }
span { border-color: rgb(195,80,11); }
td.TdClassName
{
border-color: #C3500B;
}
.TagClassName
{
border-color: #C3500B;
}
</style>