Shades of Tenne (Tawny) #C5630B
Tints of Tenne (Tawny) #C5630B
RGB
CMYK
RGB Variations
Color information
#C5630B (or 0xC5630B) is known color: Tenne (Tawny). HEX triplet: C5, 63 and 0B. RGB value is (197,99,11). Sum of RGB (Red+Green+Blue) = 197+99+11=307 (40% of max value = 765). Red value is 197 (77.34% from 255 or 64.17% from 307); Green value is 99 (39.06% from 255 or 32.25% from 307); Blue value is 11 (4.69% from 255 or 3.58% from 307); Max value from RGB is 197 - color contains mainly: red. Hex color #C5630B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C5630B is #3A9CF4. Grayscale: #767676. Windows color (decimal): -3841269 or 746437. OLE color: 746437.
HSL color Cylindrical-coordinate representation of color #C5630B: hue angle of 28.39º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C5630B is Cyan = 0, Magento = 0.50, Yellow = 0.94 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 99 | 11 | - |
| CMYK | 0 | 0.50 | 0.94 | 0.23 |
| HSL | 28.39º | 0.89% | 0.41% | - |
| HSV(B) | 28.39º | 0.94% | 0.77% | - |
| XYZ | 27.55 | 20.82 | 2.88 | - |
| YUV | 118.27 | 67.47 | 184.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 99 | 11 | 0 | 0.50 | 0.94 | 0.23 | 28.39 | 0.89 | 0.41 |
| Hex | C5 | 63 | B | 0 | 32 | 5E | 17 | 1C | 59 | 29 |
| Octal | 305 | 143 | 13 | 0 | 62 | 136 | 27 | 34 | 131 | 51 |
| Binary | 11000101 | 1100011 | 1011 | 0 | 110010 | 1011110 | 10111 | 11100 | 1011001 | 101001 |
Color Harmonies of #C5630B
Complementary color
Monochromatic Colors of #C5630B
Black with #C5630B
Text Example
Text Example
White with #C5630B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5630B; }
p { color: rgb(197,99,11); }
H1.HeaderClassName
{
color: #C5630B;
}
.AnyTagClassName
{
color: #C5630B;
}
</style>
background-color css
<style>
a { background-color: #C5630B; }
a { background-color: rgb(197,99,11); }
div.DivClassName
{
background-color: #C5630B;
}
.BgClassName
{
background-color: #C5630B;
}
</style>
border-color css
<style>
span { border-color: #C5630B; }
span { border-color: rgb(197,99,11); }
td.TdClassName
{
border-color: #C5630B;
}
.TagClassName
{
border-color: #C5630B;
}
</style>