Shades of Tenne (Tawny) #CE530F
Tints of Tenne (Tawny) #CE530F
RGB
CMYK
RGB Variations
Color information
#CE530F (or 0xCE530F) is known color: Tenne (Tawny). HEX triplet: CE, 53 and 0F. RGB value is (206,83,15). Sum of RGB (Red+Green+Blue) = 206+83+15=304 (40% of max value = 765). Red value is 206 (80.86% from 255 or 67.76% from 304); Green value is 83 (32.81% from 255 or 27.30% from 304); Blue value is 15 (6.25% from 255 or 4.93% from 304); Max value from RGB is 206 - color contains mainly: red. Hex color #CE530F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE530F is #31ACF0. Grayscale: #707070. Windows color (decimal): -3255537 or 1004494. OLE color: 1004494.
HSL color Cylindrical-coordinate representation of color #CE530F: hue angle of 21.36º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CE530F is Cyan = 0, Magento = 0.60, Yellow = 0.93 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 83 | 15 | - |
| CMYK | 0 | 0.60 | 0.93 | 0.19 |
| HSL | 21.36º | 0.86% | 0.43% | - |
| HSV(B) | 21.36º | 0.93% | 0.81% | - |
| XYZ | 28.63 | 19.34 | 2.68 | - |
| YUV | 112.03 | 73.25 | 195.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 83 | 15 | 0 | 0.60 | 0.93 | 0.19 | 21.36 | 0.86 | 0.43 |
| Hex | CE | 53 | F | 0 | 3C | 5D | 13 | 15 | 56 | 2B |
| Octal | 316 | 123 | 17 | 0 | 74 | 135 | 23 | 25 | 126 | 53 |
| Binary | 11001110 | 1010011 | 1111 | 0 | 111100 | 1011101 | 10011 | 10101 | 1010110 | 101011 |
Color Harmonies of #CE530F
Complementary color
Monochromatic Colors of #CE530F
Black with #CE530F
Text Example
Text Example
White with #CE530F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE530F; }
p { color: rgb(206,83,15); }
H1.HeaderClassName
{
color: #CE530F;
}
.AnyTagClassName
{
color: #CE530F;
}
</style>
background-color css
<style>
a { background-color: #CE530F; }
a { background-color: rgb(206,83,15); }
div.DivClassName
{
background-color: #CE530F;
}
.BgClassName
{
background-color: #CE530F;
}
</style>
border-color css
<style>
span { border-color: #CE530F; }
span { border-color: rgb(206,83,15); }
td.TdClassName
{
border-color: #CE530F;
}
.TagClassName
{
border-color: #CE530F;
}
</style>