Shades of Tenne (Tawny) #C75A0A
Tints of Tenne (Tawny) #C75A0A
RGB
CMYK
RGB Variations
Color information
#C75A0A (or 0xC75A0A) is known color: Tenne (Tawny). HEX triplet: C7, 5A and 0A. RGB value is (199,90,10). Sum of RGB (Red+Green+Blue) = 199+90+10=299 (39% of max value = 765). Red value is 199 (78.12% from 255 or 66.56% from 299); Green value is 90 (35.55% from 255 or 30.10% from 299); Blue value is 10 (4.30% from 255 or 3.34% from 299); Max value from RGB is 199 - color contains mainly: red. Hex color #C75A0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C75A0A is #38A5F5. Grayscale: #717171. Windows color (decimal): -3712502 or 678599. OLE color: 678599.
HSL color Cylindrical-coordinate representation of color #C75A0A: hue angle of 25.4º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C75A0A is Cyan = 0, Magento = 0.55, Yellow = 0.95 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 90 | 10 | - |
| CMYK | 0 | 0.55 | 0.95 | 0.22 |
| HSL | 25.4º | 0.9% | 0.41% | - |
| HSV(B) | 25.4º | 0.95% | 0.78% | - |
| XYZ | 27.26 | 19.48 | 2.61 | - |
| YUV | 113.47 | 69.61 | 189 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 90 | 10 | 0 | 0.55 | 0.95 | 0.22 | 25.4 | 0.9 | 0.41 |
| Hex | C7 | 5A | A | 0 | 37 | 5F | 16 | 19 | 5A | 29 |
| Octal | 307 | 132 | 12 | 0 | 67 | 137 | 26 | 31 | 132 | 51 |
| Binary | 11000111 | 1011010 | 1010 | 0 | 110111 | 1011111 | 10110 | 11001 | 1011010 | 101001 |
Color Harmonies of #C75A0A
Complementary color
Monochromatic Colors of #C75A0A
Black with #C75A0A
Text Example
Text Example
White with #C75A0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75A0A; }
p { color: rgb(199,90,10); }
H1.HeaderClassName
{
color: #C75A0A;
}
.AnyTagClassName
{
color: #C75A0A;
}
</style>
background-color css
<style>
a { background-color: #C75A0A; }
a { background-color: rgb(199,90,10); }
div.DivClassName
{
background-color: #C75A0A;
}
.BgClassName
{
background-color: #C75A0A;
}
</style>
border-color css
<style>
span { border-color: #C75A0A; }
span { border-color: rgb(199,90,10); }
td.TdClassName
{
border-color: #C75A0A;
}
.TagClassName
{
border-color: #C75A0A;
}
</style>