Html Css Color HEX #CE862E Dixie

📋 copy color: '#CE862E'

red 206 ◦ green 134 ◦ blue 46

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

Shades of Dixie #CE862E

Tints of Dixie #CE862E

RGB

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

 GREEN value IS 134 (52.73% from 255) = 34.72%

 BLUE value IS 46 (18.36% from 255) = 11.92%

R = 53.37%
G = 34.72%
B = 11.92%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.78

 K value IS 0.19

RGB Variations

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

Color information

#CE862E (or 0xCE862E) is known color: Dixie. HEX triplet: CE, 86 and 2E. RGB value is (206,134,46). Sum of RGB (Red+Green+Blue) = 206+134+46=386 (51% of max value = 765). Red value is 206 (80.86% from 255 or 53.37% from 386); Green value is 134 (52.73% from 255 or 34.72% from 386); Blue value is 46 (18.36% from 255 or 11.92% from 386); Max value from RGB is 206 - color contains mainly: red. Hex color #CE862E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE862E is #3179D1. Grayscale: #919191. Windows color (decimal): -3242450 or 3049166. OLE color: 3049166.

HSL color Cylindrical-coordinate representation of color #CE862E: hue angle of 33º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CE862E is Cyan = 0, Magento = 0.35, Yellow = 0.78 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 134 46 -
CMYK 0 0.35 0.78 0.19
HSL 33º 0.63% 0.49% -
HSV(B) 33º 0.78% 0.81% -
XYZ 34.47 30.37 6.63 -
YUV 145.5 71.85 171.16 -
System Red Green Blue C M Y K H S L
Decimal 206 134 46 0 0.35 0.78 0.19 33 0.63 0.49
Hex CE 86 2E 0 23 4E 13 21 3F 31
Octal 316 206 56 0 43 116 23 41 77 61
Binary 11001110 10000110 101110 0 100011 1001110 10011 100001 111111 110001

Color Harmonies of #CE862E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE862E

Black with #CE862E

Text Example


Text Example

White with #CE862E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE862E; }

 p { color: rgb(206,134,46); }

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

background-color css

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

 a { background-color: rgb(206,134,46); }

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

border-color css

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

 span { border-color: rgb(206,134,46); }

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