Html Css Color HEX #CE6234 Chilean Fire

📋 copy color: '#CE6234'

red 206 ◦ green 98 ◦ blue 52

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

Shades of Chilean Fire #CE6234

Tints of Chilean Fire #CE6234

RGB

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

 GREEN value IS 98 (38.67% from 255) = 27.53%

 BLUE value IS 52 (20.7% from 255) = 14.61%

R = 57.87%
G = 27.53%
B = 14.61%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.75

 K value IS 0.19

RGB Variations

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

Color information

#CE6234 (or 0xCE6234) is known color: Chilean Fire. HEX triplet: CE, 62 and 34. RGB value is (206,98,52). Sum of RGB (Red+Green+Blue) = 206+98+52=356 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.87% from 356); Green value is 98 (38.67% from 255 or 27.53% from 356); Blue value is 52 (20.70% from 255 or 14.61% from 356); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6234 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE6234 is #319DCB. Grayscale: #7D7D7D. Windows color (decimal): -3251660 or 3433166. OLE color: 3433166.

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

Color convert

RGB 206 98 52 -
CMYK 0 0.52 0.75 0.19
HSL 17.92º 0.61% 0.51% -
HSV(B) 17.92º 0.75% 0.81% -
XYZ 30.44 22.11 5.91 -
YUV 125.05 86.78 185.74 -
System Red Green Blue C M Y K H S L
Decimal 206 98 52 0 0.52 0.75 0.19 17.92 0.61 0.51
Hex CE 62 34 0 34 4B 13 12 3D 33
Octal 316 142 64 0 64 113 23 22 75 63
Binary 11001110 1100010 110100 0 110100 1001011 10011 10010 111101 110011

Color Harmonies of #CE6234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6234

Black with #CE6234

Text Example


Text Example

White with #CE6234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6234; }

 p { color: rgb(206,98,52); }

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

background-color css

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

 a { background-color: rgb(206,98,52); }

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

border-color css

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

 span { border-color: rgb(206,98,52); }

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