Shades of Tenne (Tawny) #C8650B
Tints of Tenne (Tawny) #C8650B
RGB
CMYK
RGB Variations
Color information
#C8650B (or 0xC8650B) is known color: Tenne (Tawny). HEX triplet: C8, 65 and 0B. RGB value is (200,101,11). Sum of RGB (Red+Green+Blue) = 200+101+11=312 (41% of max value = 765). Red value is 200 (78.52% from 255 or 64.10% from 312); Green value is 101 (39.84% from 255 or 32.37% from 312); Blue value is 11 (4.69% from 255 or 3.53% from 312); Max value from RGB is 200 - color contains mainly: red. Hex color #C8650B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C8650B is #379AF4. Grayscale: #787878. Windows color (decimal): -3644149 or 746952. OLE color: 746952.
HSL color Cylindrical-coordinate representation of color #C8650B: hue angle of 28.57º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C8650B is Cyan = 0, Magento = 0.49, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 101 | 11 | - |
| CMYK | 0 | 0.49 | 0.94 | 0.22 |
| HSL | 28.57º | 0.9% | 0.41% | - |
| HSV(B) | 28.57º | 0.95% | 0.78% | - |
| XYZ | 28.53 | 21.61 | 2.98 | - |
| YUV | 120.34 | 66.3 | 184.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 101 | 11 | 0 | 0.49 | 0.94 | 0.22 | 28.57 | 0.9 | 0.41 |
| Hex | C8 | 65 | B | 0 | 31 | 5E | 16 | 1D | 5A | 29 |
| Octal | 310 | 145 | 13 | 0 | 61 | 136 | 26 | 35 | 132 | 51 |
| Binary | 11001000 | 1100101 | 1011 | 0 | 110001 | 1011110 | 10110 | 11101 | 1011010 | 101001 |
Color Harmonies of #C8650B
Complementary color
Monochromatic Colors of #C8650B
Black with #C8650B
Text Example
Text Example
White with #C8650B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8650B; }
p { color: rgb(200,101,11); }
H1.HeaderClassName
{
color: #C8650B;
}
.AnyTagClassName
{
color: #C8650B;
}
</style>
background-color css
<style>
a { background-color: #C8650B; }
a { background-color: rgb(200,101,11); }
div.DivClassName
{
background-color: #C8650B;
}
.BgClassName
{
background-color: #C8650B;
}
</style>
border-color css
<style>
span { border-color: #C8650B; }
span { border-color: rgb(200,101,11); }
td.TdClassName
{
border-color: #C8650B;
}
.TagClassName
{
border-color: #C8650B;
}
</style>