Html Css Color HEX #CE5638 Chilean Fire

📋 copy color: '#CE5638'

red 206 ◦ green 86 ◦ blue 56

#CE5638
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chilean Fire #CE5638

Tints of Chilean Fire #CE5638

RGB

 RED value IS 206 (80.86% from 255) = 59.2%

 GREEN value IS 86 (33.98% from 255) = 24.71%

 BLUE value IS 56 (22.27% from 255) = 16.09%

R = 59.2%
G = 24.71%
B = 16.09%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.73

 K value IS 0.19

RGB Variations

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

Color information

#CE5638 (or 0xCE5638) is known color: Chilean Fire. HEX triplet: CE, 56 and 38. RGB value is (206,86,56). Sum of RGB (Red+Green+Blue) = 206+86+56=348 (46% of max value = 765). Red value is 206 (80.86% from 255 or 59.20% from 348); Green value is 86 (33.98% from 255 or 24.71% from 348); Blue value is 56 (22.27% from 255 or 16.09% from 348); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5638 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE5638 is #31A9C7. Grayscale: #767676. Windows color (decimal): -3254728 or 3692238. OLE color: 3692238.

HSL color Cylindrical-coordinate representation of color #CE5638: hue angle of 12º degrees, saturation: 0.6, 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 #CE5638 is Cyan = 0, Magento = 0.58, Yellow = 0.73 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 86 56 -
CMYK 0 0.58 0.73 0.19
HSL 12º 0.6% 0.51% -
HSV(B) 12º 0.73% 0.81% -
XYZ 29.5 20.06 6.06 -
YUV 118.46 92.76 190.44 -
System Red Green Blue C M Y K H S L
Decimal 206 86 56 0 0.58 0.73 0.19 12 0.6 0.51
Hex CE 56 38 0 3A 49 13 C 3C 33
Octal 316 126 70 0 72 111 23 14 74 63
Binary 11001110 1010110 111000 0 111010 1001001 10011 1100 111100 110011

Color Harmonies of #CE5638

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5638

Black with #CE5638

Text Example


Text Example

White with #CE5638

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5638; }

 p { color: rgb(206,86,56); }

 H1.HeaderClassName
 {
   color: #CE5638;
 }
 .AnyTagClassName
 {
   color: #CE5638;
 }
</style>

background-color css

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

 a { background-color: rgb(206,86,56); }

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

border-color css

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

 span { border-color: rgb(206,86,56); }

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