Shades of Tenne (Tawny) #C85A12
Tints of Tenne (Tawny) #C85A12
RGB
CMYK
RGB Variations
Color information
#C85A12 (or 0xC85A12) is known color: Tenne (Tawny). HEX triplet: C8, 5A and 12. RGB value is (200,90,18). Sum of RGB (Red+Green+Blue) = 200+90+18=308 (40% of max value = 765). Red value is 200 (78.52% from 255 or 64.94% from 308); Green value is 90 (35.55% from 255 or 29.22% from 308); Blue value is 18 (7.42% from 255 or 5.84% from 308); Max value from RGB is 200 - color contains mainly: red. Hex color #C85A12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C85A12 is #37A5ED. Grayscale: #737373. Windows color (decimal): -3646958 or 1202888. OLE color: 1202888.
HSL color Cylindrical-coordinate representation of color #C85A12: hue angle of 23.74º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C85A12 is Cyan = 0, Magento = 0.55, Yellow = 0.91 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 90 | 18 | - |
| CMYK | 0 | 0.55 | 0.91 | 0.22 |
| HSL | 23.74º | 0.83% | 0.43% | - |
| HSV(B) | 23.74º | 0.91% | 0.78% | - |
| XYZ | 27.58 | 19.64 | 2.91 | - |
| YUV | 114.68 | 73.44 | 188.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 90 | 18 | 0 | 0.55 | 0.91 | 0.22 | 23.74 | 0.83 | 0.43 |
| Hex | C8 | 5A | 12 | 0 | 37 | 5B | 16 | 18 | 53 | 2B |
| Octal | 310 | 132 | 22 | 0 | 67 | 133 | 26 | 30 | 123 | 53 |
| Binary | 11001000 | 1011010 | 10010 | 0 | 110111 | 1011011 | 10110 | 11000 | 1010011 | 101011 |
Color Harmonies of #C85A12
Complementary color
Monochromatic Colors of #C85A12
Black with #C85A12
Text Example
Text Example
White with #C85A12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85A12; }
p { color: rgb(200,90,18); }
H1.HeaderClassName
{
color: #C85A12;
}
.AnyTagClassName
{
color: #C85A12;
}
</style>
background-color css
<style>
a { background-color: #C85A12; }
a { background-color: rgb(200,90,18); }
div.DivClassName
{
background-color: #C85A12;
}
.BgClassName
{
background-color: #C85A12;
}
</style>
border-color css
<style>
span { border-color: #C85A12; }
span { border-color: rgb(200,90,18); }
td.TdClassName
{
border-color: #C85A12;
}
.TagClassName
{
border-color: #C85A12;
}
</style>