#CE550F

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

Shades of Tenne (Tawny) #CE550F

Tints of Tenne (Tawny) #CE550F

Color information

#CE550F (or 0xCE550F) is unknown color: approx Tenne (Tawny). HEX triplet: CE, 55 and 0F. RGB value is (206,85,15). Sum of RGB (Red+Green+Blue) = 206+85+15=306 (40% of max value = 765). Red value is 206 (80.86% from 255 or 67.32% from 306); Green value is 85 (33.59% from 255 or 27.78% from 306); Blue value is 15 (6.25% from 255 or 4.90% from 306); Max value from RGB is 206 - color contains mainly: red. Hex color #CE550F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE550F is #31AAF0. Grayscale: #717171. Windows color (decimal): -3255025 or 1005006. OLE color: 1005006.

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

Color convert

RGB2068515-
CMYK00.590.930.19
HSL21.99º86.43%43.33%-
HSV(B)21.99º92.72%80.78%-
XYZ28.7919.652.73-
YUV113.272.59194.19-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 67.32%
GREEN value IS 85 (33.59% from 255) = 27.78%
BLUE value IS 15 (6.25% from 255) = 4.90%
R=67.32%
G=27.78%
B=4.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.93
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206851500.590.930.1921.9986.4343.33
HexCE55F03B5D1316562b
Octal31612517073135232612653
Binary11001110101010111110111011101110110011101101010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE550F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE550F; }

 p { color: rgb(206,85,15); }

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

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

 a { background-color: rgb(206,85,15); }

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

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

 span { border-color: rgb(206,85,15); }

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