Shades of Tenne (Tawny) #C75A01
Tints of Tenne (Tawny) #C75A01
RGB
CMYK
RGB Variations
Color information
#C75A01 (or 0xC75A01) is known color: Tenne (Tawny). HEX triplet: C7, 5A and 01. RGB value is (199,90,1). Sum of RGB (Red+Green+Blue) = 199+90+1=290 (38% of max value = 765). Red value is 199 (78.12% from 255 or 68.62% from 290); Green value is 90 (35.55% from 255 or 31.03% from 290); Blue value is 1 (0.78% from 255 or 0.34% from 290); Max value from RGB is 199 - color contains mainly: red. Hex color #C75A01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C75A01 is #38A5FE. Grayscale: #707070. Windows color (decimal): -3712511 or 88775. OLE color: 88775.
HSL color Cylindrical-coordinate representation of color #C75A01: hue angle of 26.97º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C75A01 is Cyan = 0, Magento = 0.55, Yellow = 0.99 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 90 | 1 | - |
| CMYK | 0 | 0.55 | 0.99 | 0.22 |
| HSL | 26.97º | 0.99% | 0.39% | - |
| HSV(B) | 26.97º | 0.99% | 0.78% | - |
| XYZ | 27.21 | 19.46 | 2.35 | - |
| YUV | 112.45 | 65.11 | 189.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 90 | 1 | 0 | 0.55 | 0.99 | 0.22 | 26.97 | 0.99 | 0.39 |
| Hex | C7 | 5A | 1 | 0 | 37 | 63 | 16 | 1B | 63 | 27 |
| Octal | 307 | 132 | 1 | 0 | 67 | 143 | 26 | 33 | 143 | 47 |
| Binary | 11000111 | 1011010 | 1 | 0 | 110111 | 1100011 | 10110 | 11011 | 1100011 | 100111 |
Color Harmonies of #C75A01
Complementary color
Monochromatic Colors of #C75A01
Black with #C75A01
Text Example
Text Example
White with #C75A01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75A01; }
p { color: rgb(199,90,1); }
H1.HeaderClassName
{
color: #C75A01;
}
.AnyTagClassName
{
color: #C75A01;
}
</style>
background-color css
<style>
a { background-color: #C75A01; }
a { background-color: rgb(199,90,1); }
div.DivClassName
{
background-color: #C75A01;
}
.BgClassName
{
background-color: #C75A01;
}
</style>
border-color css
<style>
span { border-color: #C75A01; }
span { border-color: rgb(199,90,1); }
td.TdClassName
{
border-color: #C75A01;
}
.TagClassName
{
border-color: #C75A01;
}
</style>