Shades of Tenne (Tawny) #C8530A
Tints of Tenne (Tawny) #C8530A
RGB
CMYK
RGB Variations
Color information
#C8530A (or 0xC8530A) is known color: Tenne (Tawny). HEX triplet: C8, 53 and 0A. RGB value is (200,83,10). Sum of RGB (Red+Green+Blue) = 200+83+10=293 (38% of max value = 765). Red value is 200 (78.52% from 255 or 68.26% from 293); Green value is 83 (32.81% from 255 or 28.33% from 293); Blue value is 10 (4.30% from 255 or 3.41% from 293); Max value from RGB is 200 - color contains mainly: red. Hex color #C8530A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C8530A is #37ACF5. Grayscale: #6E6E6E. Windows color (decimal): -3648758 or 676808. OLE color: 676808.
HSL color Cylindrical-coordinate representation of color #C8530A: hue angle of 23.05º 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 #C8530A is Cyan = 0, Magento = 0.58, Yellow = 0.95 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 83 | 10 | - |
| CMYK | 0 | 0.58 | 0.95 | 0.22 |
| HSL | 23.05º | 0.9% | 0.41% | - |
| HSV(B) | 23.05º | 0.95% | 0.78% | - |
| XYZ | 26.97 | 18.49 | 2.43 | - |
| YUV | 109.66 | 71.76 | 192.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 83 | 10 | 0 | 0.58 | 0.95 | 0.22 | 23.05 | 0.9 | 0.41 |
| Hex | C8 | 53 | A | 0 | 3A | 5F | 16 | 17 | 5A | 29 |
| Octal | 310 | 123 | 12 | 0 | 72 | 137 | 26 | 27 | 132 | 51 |
| Binary | 11001000 | 1010011 | 1010 | 0 | 111010 | 1011111 | 10110 | 10111 | 1011010 | 101001 |
Color Harmonies of #C8530A
Complementary color
Monochromatic Colors of #C8530A
Black with #C8530A
Text Example
Text Example
White with #C8530A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8530A; }
p { color: rgb(200,83,10); }
H1.HeaderClassName
{
color: #C8530A;
}
.AnyTagClassName
{
color: #C8530A;
}
</style>
background-color css
<style>
a { background-color: #C8530A; }
a { background-color: rgb(200,83,10); }
div.DivClassName
{
background-color: #C8530A;
}
.BgClassName
{
background-color: #C8530A;
}
</style>
border-color css
<style>
span { border-color: #C8530A; }
span { border-color: rgb(200,83,10); }
td.TdClassName
{
border-color: #C8530A;
}
.TagClassName
{
border-color: #C8530A;
}
</style>