Html Css Color HEX #CE6033 Chilean Fire

📋 copy color: '#CE6033'

red 206 ◦ green 96 ◦ blue 51

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

Shades of Chilean Fire #CE6033

Tints of Chilean Fire #CE6033

RGB

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

 GREEN value IS 96 (37.89% from 255) = 27.2%

 BLUE value IS 51 (20.31% from 255) = 14.45%

R = 58.36%
G = 27.2%
B = 14.45%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.75

 K value IS 0.19

RGB Variations

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

Color information

#CE6033 (or 0xCE6033) is known color: Chilean Fire. HEX triplet: CE, 60 and 33. RGB value is (206,96,51). Sum of RGB (Red+Green+Blue) = 206+96+51=353 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.36% from 353); Green value is 96 (37.89% from 255 or 27.20% from 353); Blue value is 51 (20.31% from 255 or 14.45% from 353); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6033 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE6033 is #319FCC. Grayscale: #7C7C7C. Windows color (decimal): -3252173 or 3367118. OLE color: 3367118.

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

Color convert

RGB 206 96 51 -
CMYK 0 0.53 0.75 0.19
HSL 17.42º 0.61% 0.5% -
HSV(B) 17.42º 0.75% 0.81% -
XYZ 30.23 21.73 5.73 -
YUV 123.76 86.94 186.66 -
System Red Green Blue C M Y K H S L
Decimal 206 96 51 0 0.53 0.75 0.19 17.42 0.61 0.5
Hex CE 60 33 0 35 4B 13 11 3D 32
Octal 316 140 63 0 65 113 23 21 75 62
Binary 11001110 1100000 110011 0 110101 1001011 10011 10001 111101 110010

Color Harmonies of #CE6033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6033

Black with #CE6033

Text Example


Text Example

White with #CE6033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6033; }

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

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

background-color css

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

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

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

border-color css

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

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

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