#CE490C

Color #CE490C Tenne (Tawny) (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tenne (Tawny) #CE490C

Tints of Tenne (Tawny) #CE490C

Color information

#CE490C (or 0xCE490C) is unknown color: approx Tenne (Tawny). HEX triplet: CE, 49 and 0C. RGB value is (206,73,12). Sum of RGB (Red+Green+Blue) = 206+73+12=291 (38% of max value = 765). Red value is 206 (80.86% from 255 or 70.79% from 291); Green value is 73 (28.91% from 255 or 25.09% from 291); Blue value is 12 (5.08% from 255 or 4.12% from 291); Max value from RGB is 206 - color contains mainly: red. Hex color #CE490C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE490C is #31B6F3. Grayscale: #6A6A6A. Windows color (decimal): -3258100 or 805326. OLE color: 805326.

HSL color Cylindrical-coordinate representation of color #CE490C: hue angle of 18.87º 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 #CE490C is Cyan = 0, Magento = 0.65, Yellow = 0.94 and Black (K on CMYK) = 0.19.

Color convert

RGB2067312-
CMYK00.650.940.19
HSL18.87º88.99%42.75%-
HSV(B)18.87º94.17%80.78%-
XYZ27.917.912.33-
YUV105.8175.06199.46-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 206 (80.86% from 255) = 70.79%
GREEN value IS 73 (28.91% from 255) = 25.09%
BLUE value IS 12 (5.08% from 255) = 4.12%
R=70.79%
G=25.09%
B=4.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.94
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206731200.650.940.1918.8788.9942.75
HexCE49C0415E1313592b
Octal316111140101136232313153
Binary110011101001001110001000001101111010011100111011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE490C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE490C; }

 p { color: rgb(206,73,12); }

 H1.HeaderClassName
 {
   color: #CE490C;
 }
 .AnyTagClassName
 {
   color: #CE490C;
 }
</style>
background-color css

<style>
 a { background-color: #CE490C; }

 a { background-color: rgb(206,73,12); }

 div.DivClassName
 {
   background-color: #CE490C;
 }
 .BgClassName
 {
   background-color: #CE490C;
 }
</style>
border-color css

<style>
 span { border-color: #CE490C; }

 span { border-color: rgb(206,73,12); }

 td.TdClassName
 {
   border-color: #CE490C;
 }
 .TagClassName
 {
   border-color: #CE490C;
 }
</style>