Shades of Tenne (Tawny) #C8630A
Tints of Tenne (Tawny) #C8630A
RGB
CMYK
RGB Variations
Color information
#C8630A (or 0xC8630A) is known color: Tenne (Tawny). HEX triplet: C8, 63 and 0A. RGB value is (200,99,10). Sum of RGB (Red+Green+Blue) = 200+99+10=309 (40% of max value = 765). Red value is 200 (78.52% from 255 or 64.72% from 309); Green value is 99 (39.06% from 255 or 32.04% from 309); Blue value is 10 (4.30% from 255 or 3.24% from 309); Max value from RGB is 200 - color contains mainly: red. Hex color #C8630A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C8630A is #379CF5. Grayscale: #777777. Windows color (decimal): -3644662 or 680904. OLE color: 680904.
HSL color Cylindrical-coordinate representation of color #C8630A: hue angle of 28.11º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C8630A is Cyan = 0, Magento = 0.50, Yellow = 0.95 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 99 | 10 | - |
| CMYK | 0 | 0.50 | 0.95 | 0.22 |
| HSL | 28.11º | 0.9% | 0.41% | - |
| HSV(B) | 28.11º | 0.95% | 0.78% | - |
| XYZ | 28.34 | 21.22 | 2.89 | - |
| YUV | 119.05 | 66.46 | 185.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 99 | 10 | 0 | 0.50 | 0.95 | 0.22 | 28.11 | 0.9 | 0.41 |
| Hex | C8 | 63 | A | 0 | 32 | 5F | 16 | 1C | 5A | 29 |
| Octal | 310 | 143 | 12 | 0 | 62 | 137 | 26 | 34 | 132 | 51 |
| Binary | 11001000 | 1100011 | 1010 | 0 | 110010 | 1011111 | 10110 | 11100 | 1011010 | 101001 |
Color Harmonies of #C8630A
Complementary color
Monochromatic Colors of #C8630A
Black with #C8630A
Text Example
Text Example
White with #C8630A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8630A; }
p { color: rgb(200,99,10); }
H1.HeaderClassName
{
color: #C8630A;
}
.AnyTagClassName
{
color: #C8630A;
}
</style>
background-color css
<style>
a { background-color: #C8630A; }
a { background-color: rgb(200,99,10); }
div.DivClassName
{
background-color: #C8630A;
}
.BgClassName
{
background-color: #C8630A;
}
</style>
border-color css
<style>
span { border-color: #C8630A; }
span { border-color: rgb(200,99,10); }
td.TdClassName
{
border-color: #C8630A;
}
.TagClassName
{
border-color: #C8630A;
}
</style>