Shades of Tenne (Tawny) #CE530C
Tints of Tenne (Tawny) #CE530C
RGB
CMYK
RGB Variations
Color information
#CE530C (or 0xCE530C) is known color: Tenne (Tawny). HEX triplet: CE, 53 and 0C. RGB value is (206,83,12). Sum of RGB (Red+Green+Blue) = 206+83+12=301 (39% of max value = 765). Red value is 206 (80.86% from 255 or 68.44% from 301); Green value is 83 (32.81% from 255 or 27.57% from 301); Blue value is 12 (5.08% from 255 or 3.99% from 301); Max value from RGB is 206 - color contains mainly: red. Hex color #CE530C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE530C is #31ACF3. Grayscale: #707070. Windows color (decimal): -3255540 or 807886. OLE color: 807886.
HSL color Cylindrical-coordinate representation of color #CE530C: hue angle of 21.96º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CE530C is Cyan = 0, Magento = 0.60, Yellow = 0.94 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 83 | 12 | - |
| CMYK | 0 | 0.60 | 0.94 | 0.19 |
| HSL | 21.96º | 0.89% | 0.43% | - |
| HSV(B) | 21.96º | 0.94% | 0.81% | - |
| XYZ | 28.61 | 19.33 | 2.57 | - |
| YUV | 111.68 | 71.75 | 195.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 83 | 12 | 0 | 0.60 | 0.94 | 0.19 | 21.96 | 0.89 | 0.43 |
| Hex | CE | 53 | C | 0 | 3C | 5E | 13 | 16 | 59 | 2B |
| Octal | 316 | 123 | 14 | 0 | 74 | 136 | 23 | 26 | 131 | 53 |
| Binary | 11001110 | 1010011 | 1100 | 0 | 111100 | 1011110 | 10011 | 10110 | 1011001 | 101011 |
Color Harmonies of #CE530C
Complementary color
Monochromatic Colors of #CE530C
Black with #CE530C
Text Example
Text Example
White with #CE530C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE530C; }
p { color: rgb(206,83,12); }
H1.HeaderClassName
{
color: #CE530C;
}
.AnyTagClassName
{
color: #CE530C;
}
</style>
background-color css
<style>
a { background-color: #CE530C; }
a { background-color: rgb(206,83,12); }
div.DivClassName
{
background-color: #CE530C;
}
.BgClassName
{
background-color: #CE530C;
}
</style>
border-color css
<style>
span { border-color: #CE530C; }
span { border-color: rgb(206,83,12); }
td.TdClassName
{
border-color: #CE530C;
}
.TagClassName
{
border-color: #CE530C;
}
</style>