#CE4F16

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

Shades of Tenne (Tawny) #CE4F16

Tints of Tenne (Tawny) #CE4F16

Color information

#CE4F16 (or 0xCE4F16) is unknown color: approx Tenne (Tawny). HEX triplet: CE, 4F and 16. RGB value is (206,79,22). Sum of RGB (Red+Green+Blue) = 206+79+22=307 (40% of max value = 765). Red value is 206 (80.86% from 255 or 67.10% from 307); Green value is 79 (31.25% from 255 or 25.73% from 307); Blue value is 22 (8.98% from 255 or 7.17% from 307); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4F16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE4F16 is #31B0E9. Grayscale: #6E6E6E. Windows color (decimal): -3256554 or 1462222. OLE color: 1462222.

HSL color Cylindrical-coordinate representation of color #CE4F16: hue angle of 18.59º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CE4F16 is Cyan = 0, Magento = 0.62, Yellow = 0.89 and Black (K on CMYK) = 0.19.

Color convert

RGB2067922-
CMYK00.620.890.19
HSL18.59º80.7%44.71%-
HSV(B)18.59º89.32%80.78%-
XYZ28.3918.772.89-
YUV110.4778.08196.13-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 67.10%
GREEN value IS 79 (31.25% from 255) = 25.73%
BLUE value IS 22 (8.98% from 255) = 7.17%
R=67.10%
G=25.73%
B=7.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.89
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206792200.620.890.1918.5980.744.71
HexCE4F1603E591313512d
Octal31611726076131232312155
Binary110011101001111101100111110101100110011100111010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE4F16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE4F16; }

 p { color: rgb(206,79,22); }

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

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

 a { background-color: rgb(206,79,22); }

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

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

 span { border-color: rgb(206,79,22); }

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