Shades of Tenne (Tawny) #C75D01
Tints of Tenne (Tawny) #C75D01
RGB
CMYK
RGB Variations
Color information
#C75D01 (or 0xC75D01) is known color: Tenne (Tawny). HEX triplet: C7, 5D and 01. RGB value is (199,93,1). Sum of RGB (Red+Green+Blue) = 199+93+1=293 (38% of max value = 765). Red value is 199 (78.12% from 255 or 67.92% from 293); Green value is 93 (36.72% from 255 or 31.74% from 293); Blue value is 1 (0.78% from 255 or 0.34% from 293); Max value from RGB is 199 - color contains mainly: red. Hex color #C75D01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C75D01 is #38A2FE. Grayscale: #727272. Windows color (decimal): -3711743 or 89543. OLE color: 89543.
HSL color Cylindrical-coordinate representation of color #C75D01: hue angle of 27.88º 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 #C75D01 is Cyan = 0, Magento = 0.53, Yellow = 0.99 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 93 | 1 | - |
| CMYK | 0 | 0.53 | 0.99 | 0.22 |
| HSL | 27.88º | 0.99% | 0.39% | - |
| HSV(B) | 27.88º | 0.99% | 0.78% | - |
| XYZ | 27.47 | 19.97 | 2.44 | - |
| YUV | 114.21 | 64.12 | 188.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 93 | 1 | 0 | 0.53 | 0.99 | 0.22 | 27.88 | 0.99 | 0.39 |
| Hex | C7 | 5D | 1 | 0 | 35 | 63 | 16 | 1C | 63 | 27 |
| Octal | 307 | 135 | 1 | 0 | 65 | 143 | 26 | 34 | 143 | 47 |
| Binary | 11000111 | 1011101 | 1 | 0 | 110101 | 1100011 | 10110 | 11100 | 1100011 | 100111 |
Color Harmonies of #C75D01
Complementary color
Monochromatic Colors of #C75D01
Black with #C75D01
Text Example
Text Example
White with #C75D01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75D01; }
p { color: rgb(199,93,1); }
H1.HeaderClassName
{
color: #C75D01;
}
.AnyTagClassName
{
color: #C75D01;
}
</style>
background-color css
<style>
a { background-color: #C75D01; }
a { background-color: rgb(199,93,1); }
div.DivClassName
{
background-color: #C75D01;
}
.BgClassName
{
background-color: #C75D01;
}
</style>
border-color css
<style>
span { border-color: #C75D01; }
span { border-color: rgb(199,93,1); }
td.TdClassName
{
border-color: #C75D01;
}
.TagClassName
{
border-color: #C75D01;
}
</style>