Shades of Tenne (Tawny) #CE530A
Tints of Tenne (Tawny) #CE530A
RGB
CMYK
RGB Variations
Color information
#CE530A (or 0xCE530A) is known color: Tenne (Tawny). HEX triplet: CE, 53 and 0A. RGB value is (206,83,10). Sum of RGB (Red+Green+Blue) = 206+83+10=299 (39% of max value = 765). Red value is 206 (80.86% from 255 or 68.90% from 299); Green value is 83 (32.81% from 255 or 27.76% from 299); Blue value is 10 (4.30% from 255 or 3.34% from 299); Max value from RGB is 206 - color contains mainly: red. Hex color #CE530A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE530A is #31ACF5. Grayscale: #6F6F6F. Windows color (decimal): -3255542 or 676814. OLE color: 676814.
HSL color Cylindrical-coordinate representation of color #CE530A: hue angle of 22.35º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CE530A is Cyan = 0, Magento = 0.60, Yellow = 0.95 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 83 | 10 | - |
| CMYK | 0 | 0.60 | 0.95 | 0.19 |
| HSL | 22.35º | 0.91% | 0.42% | - |
| HSV(B) | 22.35º | 0.95% | 0.81% | - |
| XYZ | 28.6 | 19.33 | 2.51 | - |
| YUV | 111.46 | 70.75 | 195.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 83 | 10 | 0 | 0.60 | 0.95 | 0.19 | 22.35 | 0.91 | 0.42 |
| Hex | CE | 53 | A | 0 | 3C | 5F | 13 | 16 | 5B | 2A |
| Octal | 316 | 123 | 12 | 0 | 74 | 137 | 23 | 26 | 133 | 52 |
| Binary | 11001110 | 1010011 | 1010 | 0 | 111100 | 1011111 | 10011 | 10110 | 1011011 | 101010 |
Color Harmonies of #CE530A
Complementary color
Monochromatic Colors of #CE530A
Black with #CE530A
Text Example
Text Example
White with #CE530A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE530A; }
p { color: rgb(206,83,10); }
H1.HeaderClassName
{
color: #CE530A;
}
.AnyTagClassName
{
color: #CE530A;
}
</style>
background-color css
<style>
a { background-color: #CE530A; }
a { background-color: rgb(206,83,10); }
div.DivClassName
{
background-color: #CE530A;
}
.BgClassName
{
background-color: #CE530A;
}
</style>
border-color css
<style>
span { border-color: #CE530A; }
span { border-color: rgb(206,83,10); }
td.TdClassName
{
border-color: #CE530A;
}
.TagClassName
{
border-color: #CE530A;
}
</style>