Shades of Tenne (Tawny) #C3560F
Tints of Tenne (Tawny) #C3560F
RGB
CMYK
RGB Variations
Color information
#C3560F (or 0xC3560F) is known color: Tenne (Tawny). HEX triplet: C3, 56 and 0F. RGB value is (195,86,15). Sum of RGB (Red+Green+Blue) = 195+86+15=296 (39% of max value = 765). Red value is 195 (76.56% from 255 or 65.88% from 296); Green value is 86 (33.98% from 255 or 29.05% from 296); Blue value is 15 (6.25% from 255 or 5.07% from 296); Max value from RGB is 195 - color contains mainly: red. Hex color #C3560F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C3560F is #3CA9F0. Grayscale: #6E6E6E. Windows color (decimal): -3975665 or 1005251. OLE color: 1005251.
HSL color Cylindrical-coordinate representation of color #C3560F: hue angle of 23.67º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C3560F is Cyan = 0, Magento = 0.56, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 86 | 15 | - |
| CMYK | 0 | 0.56 | 0.92 | 0.24 |
| HSL | 23.67º | 0.86% | 0.41% | - |
| HSV(B) | 23.67º | 0.92% | 0.76% | - |
| XYZ | 25.92 | 18.29 | 2.62 | - |
| YUV | 110.5 | 74.11 | 188.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 86 | 15 | 0 | 0.56 | 0.92 | 0.24 | 23.67 | 0.86 | 0.41 |
| Hex | C3 | 56 | F | 0 | 38 | 5C | 18 | 18 | 56 | 29 |
| Octal | 303 | 126 | 17 | 0 | 70 | 134 | 30 | 30 | 126 | 51 |
| Binary | 11000011 | 1010110 | 1111 | 0 | 111000 | 1011100 | 11000 | 11000 | 1010110 | 101001 |
Color Harmonies of #C3560F
Complementary color
Monochromatic Colors of #C3560F
Black with #C3560F
Text Example
Text Example
White with #C3560F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3560F; }
p { color: rgb(195,86,15); }
H1.HeaderClassName
{
color: #C3560F;
}
.AnyTagClassName
{
color: #C3560F;
}
</style>
background-color css
<style>
a { background-color: #C3560F; }
a { background-color: rgb(195,86,15); }
div.DivClassName
{
background-color: #C3560F;
}
.BgClassName
{
background-color: #C3560F;
}
</style>
border-color css
<style>
span { border-color: #C3560F; }
span { border-color: rgb(195,86,15); }
td.TdClassName
{
border-color: #C3560F;
}
.TagClassName
{
border-color: #C3560F;
}
</style>