Shades of Tenne (Tawny) #C2570A
Tints of Tenne (Tawny) #C2570A
RGB
CMYK
RGB Variations
Color information
#C2570A (or 0xC2570A) is known color: Tenne (Tawny). HEX triplet: C2, 57 and 0A. RGB value is (194,87,10). Sum of RGB (Red+Green+Blue) = 194+87+10=291 (38% of max value = 765). Red value is 194 (76.17% from 255 or 66.67% from 291); Green value is 87 (34.38% from 255 or 29.90% from 291); Blue value is 10 (4.30% from 255 or 3.44% from 291); Max value from RGB is 194 - color contains mainly: red. Hex color #C2570A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C2570A is #3DA8F5. Grayscale: #6E6E6E. Windows color (decimal): -4040950 or 677826. OLE color: 677826.
HSL color Cylindrical-coordinate representation of color #C2570A: hue angle of 25.11º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C2570A is Cyan = 0, Magento = 0.55, Yellow = 0.95 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 87 | 10 | - |
| CMYK | 0 | 0.55 | 0.95 | 0.24 |
| HSL | 25.11º | 0.9% | 0.4% | - |
| HSV(B) | 25.11º | 0.95% | 0.76% | - |
| XYZ | 25.71 | 18.31 | 2.47 | - |
| YUV | 110.22 | 71.45 | 187.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 87 | 10 | 0 | 0.55 | 0.95 | 0.24 | 25.11 | 0.9 | 0.4 |
| Hex | C2 | 57 | A | 0 | 37 | 5F | 18 | 19 | 5A | 28 |
| Octal | 302 | 127 | 12 | 0 | 67 | 137 | 30 | 31 | 132 | 50 |
| Binary | 11000010 | 1010111 | 1010 | 0 | 110111 | 1011111 | 11000 | 11001 | 1011010 | 101000 |
Color Harmonies of #C2570A
Complementary color
Monochromatic Colors of #C2570A
Black with #C2570A
Text Example
Text Example
White with #C2570A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2570A; }
p { color: rgb(194,87,10); }
H1.HeaderClassName
{
color: #C2570A;
}
.AnyTagClassName
{
color: #C2570A;
}
</style>
background-color css
<style>
a { background-color: #C2570A; }
a { background-color: rgb(194,87,10); }
div.DivClassName
{
background-color: #C2570A;
}
.BgClassName
{
background-color: #C2570A;
}
</style>
border-color css
<style>
span { border-color: #C2570A; }
span { border-color: rgb(194,87,10); }
td.TdClassName
{
border-color: #C2570A;
}
.TagClassName
{
border-color: #C2570A;
}
</style>