Shades of Tenne (Tawny) #CE530B
Tints of Tenne (Tawny) #CE530B
RGB
CMYK
RGB Variations
Color information
#CE530B (or 0xCE530B) is known color: Tenne (Tawny). HEX triplet: CE, 53 and 0B. RGB value is (206,83,11). Sum of RGB (Red+Green+Blue) = 206+83+11=300 (39% of max value = 765). Red value is 206 (80.86% from 255 or 68.67% from 300); Green value is 83 (32.81% from 255 or 27.67% from 300); Blue value is 11 (4.69% from 255 or 3.67% from 300); Max value from RGB is 206 - color contains mainly: red. Hex color #CE530B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE530B is #31ACF4. Grayscale: #6F6F6F. Windows color (decimal): -3255541 or 742350. OLE color: 742350.
HSL color Cylindrical-coordinate representation of color #CE530B: hue angle of 22.15º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CE530B is Cyan = 0, Magento = 0.60, Yellow = 0.95 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 83 | 11 | - |
| CMYK | 0 | 0.60 | 0.95 | 0.19 |
| HSL | 22.15º | 0.9% | 0.43% | - |
| HSV(B) | 22.15º | 0.95% | 0.81% | - |
| XYZ | 28.61 | 19.33 | 2.54 | - |
| YUV | 111.57 | 71.25 | 195.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 83 | 11 | 0 | 0.60 | 0.95 | 0.19 | 22.15 | 0.9 | 0.43 |
| Hex | CE | 53 | B | 0 | 3C | 5F | 13 | 16 | 5A | 2B |
| Octal | 316 | 123 | 13 | 0 | 74 | 137 | 23 | 26 | 132 | 53 |
| Binary | 11001110 | 1010011 | 1011 | 0 | 111100 | 1011111 | 10011 | 10110 | 1011010 | 101011 |
Color Harmonies of #CE530B
Complementary color
Monochromatic Colors of #CE530B
Black with #CE530B
Text Example
Text Example
White with #CE530B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE530B; }
p { color: rgb(206,83,11); }
H1.HeaderClassName
{
color: #CE530B;
}
.AnyTagClassName
{
color: #CE530B;
}
</style>
background-color css
<style>
a { background-color: #CE530B; }
a { background-color: rgb(206,83,11); }
div.DivClassName
{
background-color: #CE530B;
}
.BgClassName
{
background-color: #CE530B;
}
</style>
border-color css
<style>
span { border-color: #CE530B; }
span { border-color: rgb(206,83,11); }
td.TdClassName
{
border-color: #CE530B;
}
.TagClassName
{
border-color: #CE530B;
}
</style>