Shades of Tenne (Tawny) #C3570C
Tints of Tenne (Tawny) #C3570C
RGB
CMYK
RGB Variations
Color information
#C3570C (or 0xC3570C) is known color: Tenne (Tawny). HEX triplet: C3, 57 and 0C. RGB value is (195,87,12). Sum of RGB (Red+Green+Blue) = 195+87+12=294 (38% of max value = 765). Red value is 195 (76.56% from 255 or 66.33% from 294); Green value is 87 (34.38% from 255 or 29.59% from 294); Blue value is 12 (5.08% from 255 or 4.08% from 294); Max value from RGB is 195 - color contains mainly: red. Hex color #C3570C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C3570C is #3CA8F3. Grayscale: #6F6F6F. Windows color (decimal): -3975412 or 808899. OLE color: 808899.
HSL color Cylindrical-coordinate representation of color #C3570C: hue angle of 24.59º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C3570C is Cyan = 0, Magento = 0.55, Yellow = 0.94 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 87 | 12 | - |
| CMYK | 0 | 0.55 | 0.94 | 0.24 |
| HSL | 24.59º | 0.88% | 0.41% | - |
| HSV(B) | 24.59º | 0.94% | 0.76% | - |
| XYZ | 25.98 | 18.45 | 2.54 | - |
| YUV | 110.74 | 72.28 | 188.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 87 | 12 | 0 | 0.55 | 0.94 | 0.24 | 24.59 | 0.88 | 0.41 |
| Hex | C3 | 57 | C | 0 | 37 | 5E | 18 | 19 | 58 | 29 |
| Octal | 303 | 127 | 14 | 0 | 67 | 136 | 30 | 31 | 130 | 51 |
| Binary | 11000011 | 1010111 | 1100 | 0 | 110111 | 1011110 | 11000 | 11001 | 1011000 | 101001 |
Color Harmonies of #C3570C
Complementary color
Monochromatic Colors of #C3570C
Black with #C3570C
Text Example
Text Example
White with #C3570C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3570C; }
p { color: rgb(195,87,12); }
H1.HeaderClassName
{
color: #C3570C;
}
.AnyTagClassName
{
color: #C3570C;
}
</style>
background-color css
<style>
a { background-color: #C3570C; }
a { background-color: rgb(195,87,12); }
div.DivClassName
{
background-color: #C3570C;
}
.BgClassName
{
background-color: #C3570C;
}
</style>
border-color css
<style>
span { border-color: #C3570C; }
span { border-color: rgb(195,87,12); }
td.TdClassName
{
border-color: #C3570C;
}
.TagClassName
{
border-color: #C3570C;
}
</style>