Shades of Tenne (Tawny) #C9520A
Tints of Tenne (Tawny) #C9520A
RGB
CMYK
RGB Variations
Color information
#C9520A (or 0xC9520A) is known color: Tenne (Tawny). HEX triplet: C9, 52 and 0A. RGB value is (201,82,10). Sum of RGB (Red+Green+Blue) = 201+82+10=293 (38% of max value = 765). Red value is 201 (78.91% from 255 or 68.60% from 293); Green value is 82 (32.42% from 255 or 27.99% from 293); Blue value is 10 (4.30% from 255 or 3.41% from 293); Max value from RGB is 201 - color contains mainly: red. Hex color #C9520A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C9520A is #36ADF5. Grayscale: #6D6D6D. Windows color (decimal): -3583478 or 676553. OLE color: 676553.
HSL color Cylindrical-coordinate representation of color #C9520A: hue angle of 22.62º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C9520A is Cyan = 0, Magento = 0.59, Yellow = 0.95 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 82 | 10 | - |
| CMYK | 0 | 0.59 | 0.95 | 0.21 |
| HSL | 22.62º | 0.91% | 0.41% | - |
| HSV(B) | 22.62º | 0.95% | 0.79% | - |
| XYZ | 27.16 | 18.47 | 2.42 | - |
| YUV | 109.37 | 71.92 | 193.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 82 | 10 | 0 | 0.59 | 0.95 | 0.21 | 22.62 | 0.91 | 0.41 |
| Hex | C9 | 52 | A | 0 | 3B | 5F | 15 | 17 | 5B | 29 |
| Octal | 311 | 122 | 12 | 0 | 73 | 137 | 25 | 27 | 133 | 51 |
| Binary | 11001001 | 1010010 | 1010 | 0 | 111011 | 1011111 | 10101 | 10111 | 1011011 | 101001 |
Color Harmonies of #C9520A
Complementary color
Monochromatic Colors of #C9520A
Black with #C9520A
Text Example
Text Example
White with #C9520A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9520A; }
p { color: rgb(201,82,10); }
H1.HeaderClassName
{
color: #C9520A;
}
.AnyTagClassName
{
color: #C9520A;
}
</style>
background-color css
<style>
a { background-color: #C9520A; }
a { background-color: rgb(201,82,10); }
div.DivClassName
{
background-color: #C9520A;
}
.BgClassName
{
background-color: #C9520A;
}
</style>
border-color css
<style>
span { border-color: #C9520A; }
span { border-color: rgb(201,82,10); }
td.TdClassName
{
border-color: #C9520A;
}
.TagClassName
{
border-color: #C9520A;
}
</style>