Shades of Tenne (Tawny) #C9630C
Tints of Tenne (Tawny) #C9630C
RGB
CMYK
RGB Variations
Color information
#C9630C (or 0xC9630C) is known color: Tenne (Tawny). HEX triplet: C9, 63 and 0C. RGB value is (201,99,12). Sum of RGB (Red+Green+Blue) = 201+99+12=312 (41% of max value = 765). Red value is 201 (78.91% from 255 or 64.42% from 312); Green value is 99 (39.06% from 255 or 31.73% from 312); Blue value is 12 (5.08% from 255 or 3.85% from 312); Max value from RGB is 201 - color contains mainly: red. Hex color #C9630C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C9630C is #369CF3. Grayscale: #787878. Windows color (decimal): -3579124 or 811977. OLE color: 811977.
HSL color Cylindrical-coordinate representation of color #C9630C: hue angle of 27.62º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C9630C is Cyan = 0, Magento = 0.51, Yellow = 0.94 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 99 | 12 | - |
| CMYK | 0 | 0.51 | 0.94 | 0.21 |
| HSL | 27.62º | 0.89% | 0.42% | - |
| HSV(B) | 27.62º | 0.94% | 0.79% | - |
| XYZ | 28.62 | 21.37 | 2.96 | - |
| YUV | 119.58 | 67.29 | 186.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 99 | 12 | 0 | 0.51 | 0.94 | 0.21 | 27.62 | 0.89 | 0.42 |
| Hex | C9 | 63 | C | 0 | 33 | 5E | 15 | 1C | 59 | 2A |
| Octal | 311 | 143 | 14 | 0 | 63 | 136 | 25 | 34 | 131 | 52 |
| Binary | 11001001 | 1100011 | 1100 | 0 | 110011 | 1011110 | 10101 | 11100 | 1011001 | 101010 |
Color Harmonies of #C9630C
Complementary color
Monochromatic Colors of #C9630C
Black with #C9630C
Text Example
Text Example
White with #C9630C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9630C; }
p { color: rgb(201,99,12); }
H1.HeaderClassName
{
color: #C9630C;
}
.AnyTagClassName
{
color: #C9630C;
}
</style>
background-color css
<style>
a { background-color: #C9630C; }
a { background-color: rgb(201,99,12); }
div.DivClassName
{
background-color: #C9630C;
}
.BgClassName
{
background-color: #C9630C;
}
</style>
border-color css
<style>
span { border-color: #C9630C; }
span { border-color: rgb(201,99,12); }
td.TdClassName
{
border-color: #C9630C;
}
.TagClassName
{
border-color: #C9630C;
}
</style>