#CE6030

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

Shades of Chilean Fire #CE6030

Tints of Chilean Fire #CE6030

Color information

#CE6030 (or 0xCE6030) is unknown color: approx Chilean Fire. HEX triplet: CE, 60 and 30. RGB value is (206,96,48). Sum of RGB (Red+Green+Blue) = 206+96+48=350 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.86% from 350); Green value is 96 (37.89% from 255 or 27.43% from 350); Blue value is 48 (19.14% from 255 or 13.71% from 350); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6030 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE6030 is #319FCF. Grayscale: #7B7B7B. Windows color (decimal): -3252176 or 3170510. OLE color: 3170510.

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

Color convert

RGB2069648-
CMYK00.530.770.19
HSL18.23º62.2%49.8%-
HSV(B)18.23º76.7%80.78%-
XYZ30.1721.75.39-
YUV123.4285.44186.9-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 58.86%
GREEN value IS 96 (37.89% from 255) = 27.43%
BLUE value IS 48 (19.14% from 255) = 13.71%
R=58.86%
G=27.43%
B=13.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.77
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206964800.530.770.1918.2362.249.8
HexCE60300354D13123e32
Octal3161406006511523227662
Binary110011101100000110000011010110011011001110010111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE6030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE6030; }

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

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

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

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

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

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

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

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