#CE6037

Color #CE6037 Chilean Fire (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chilean Fire #CE6037

Tints of Chilean Fire #CE6037

Color information

#CE6037 (or 0xCE6037) is unknown color: approx Chilean Fire. HEX triplet: CE, 60 and 37. RGB value is (206,96,55). Sum of RGB (Red+Green+Blue) = 206+96+55=357 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.70% from 357); Green value is 96 (37.89% from 255 or 26.89% from 357); Blue value is 55 (21.88% from 255 or 15.41% from 357); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6037 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE6037 is #319FC8. Grayscale: #7C7C7C. Windows color (decimal): -3252169 or 3629262. OLE color: 3629262.

HSL color Cylindrical-coordinate representation of color #CE6037: hue angle of 16.29º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CE6037 is Cyan = 0, Magento = 0.53, Yellow = 0.73 and Black (K on CMYK) = 0.19.

Color convert

RGB2069655-
CMYK00.530.730.19
HSL16.29º60.64%51.18%-
HSV(B)16.29º73.3%80.78%-
XYZ30.3321.766.22-
YUV124.2288.94186.33-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 57.70%
GREEN value IS 96 (37.89% from 255) = 26.89%
BLUE value IS 55 (21.88% from 255) = 15.41%
R=57.70%
G=26.89%
B=15.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.73
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206965500.530.730.1916.2960.6451.18
HexCE60370354913103d33
Octal3161406706511123207563
Binary110011101100000110111011010110010011001110000111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE6037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE6037; }

 p { color: rgb(206,96,55); }

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

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

 a { background-color: rgb(206,96,55); }

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

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

 span { border-color: rgb(206,96,55); }

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