Shades of Tenne (Tawny) #C8630D
Tints of Tenne (Tawny) #C8630D
RGB
CMYK
RGB Variations
Color information
#C8630D (or 0xC8630D) is known color: Tenne (Tawny). HEX triplet: C8, 63 and 0D. RGB value is (200,99,13). Sum of RGB (Red+Green+Blue) = 200+99+13=312 (41% of max value = 765). Red value is 200 (78.52% from 255 or 64.10% from 312); Green value is 99 (39.06% from 255 or 31.73% from 312); Blue value is 13 (5.47% from 255 or 4.17% from 312); Max value from RGB is 200 - color contains mainly: red. Hex color #C8630D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C8630D is #379CF2. Grayscale: #777777. Windows color (decimal): -3644659 or 877512. OLE color: 877512.
HSL color Cylindrical-coordinate representation of color #C8630D: hue angle of 27.59º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C8630D is Cyan = 0, Magento = 0.50, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 99 | 13 | - |
| CMYK | 0 | 0.50 | 0.94 | 0.22 |
| HSL | 27.59º | 0.88% | 0.42% | - |
| HSV(B) | 27.59º | 0.94% | 0.78% | - |
| XYZ | 28.35 | 21.23 | 2.98 | - |
| YUV | 119.4 | 67.96 | 185.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 99 | 13 | 0 | 0.50 | 0.94 | 0.22 | 27.59 | 0.88 | 0.42 |
| Hex | C8 | 63 | D | 0 | 32 | 5E | 16 | 1C | 58 | 2A |
| Octal | 310 | 143 | 15 | 0 | 62 | 136 | 26 | 34 | 130 | 52 |
| Binary | 11001000 | 1100011 | 1101 | 0 | 110010 | 1011110 | 10110 | 11100 | 1011000 | 101010 |
Color Harmonies of #C8630D
Complementary color
Monochromatic Colors of #C8630D
Black with #C8630D
Text Example
Text Example
White with #C8630D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8630D; }
p { color: rgb(200,99,13); }
H1.HeaderClassName
{
color: #C8630D;
}
.AnyTagClassName
{
color: #C8630D;
}
</style>
background-color css
<style>
a { background-color: #C8630D; }
a { background-color: rgb(200,99,13); }
div.DivClassName
{
background-color: #C8630D;
}
.BgClassName
{
background-color: #C8630D;
}
</style>
border-color css
<style>
span { border-color: #C8630D; }
span { border-color: rgb(200,99,13); }
td.TdClassName
{
border-color: #C8630D;
}
.TagClassName
{
border-color: #C8630D;
}
</style>