Html Css Color HEX #CE5E32 Chilean Fire

📋 copy color: '#CE5E32'

red 206 ◦ green 94 ◦ blue 50

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

Shades of Chilean Fire #CE5E32

Tints of Chilean Fire #CE5E32

RGB

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

 GREEN value IS 94 (37.11% from 255) = 26.86%

 BLUE value IS 50 (19.92% from 255) = 14.29%

R = 58.86%
G = 26.86%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.76

 K value IS 0.19

RGB Variations

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

Color information

#CE5E32 (or 0xCE5E32) is known color: Chilean Fire. HEX triplet: CE, 5E and 32. RGB value is (206,94,50). Sum of RGB (Red+Green+Blue) = 206+94+50=350 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.86% from 350); Green value is 94 (37.11% from 255 or 26.86% from 350); Blue value is 50 (19.92% from 255 or 14.29% from 350); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5E32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE5E32 is #31A1CD. Grayscale: #7A7A7A. Windows color (decimal): -3252686 or 3301070. OLE color: 3301070.

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

Color convert

RGB 206 94 50 -
CMYK 0 0.54 0.76 0.19
HSL 16.92º 0.61% 0.5% -
HSV(B) 16.92º 0.76% 0.81% -
XYZ 30.03 21.36 5.56 -
YUV 122.47 87.11 187.58 -
System Red Green Blue C M Y K H S L
Decimal 206 94 50 0 0.54 0.76 0.19 16.92 0.61 0.5
Hex CE 5E 32 0 36 4C 13 11 3D 32
Octal 316 136 62 0 66 114 23 21 75 62
Binary 11001110 1011110 110010 0 110110 1001100 10011 10001 111101 110010

Color Harmonies of #CE5E32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5E32

Black with #CE5E32

Text Example


Text Example

White with #CE5E32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5E32; }

 p { color: rgb(206,94,50); }

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

background-color css

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

 a { background-color: rgb(206,94,50); }

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

border-color css

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

 span { border-color: rgb(206,94,50); }

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