Html Css Color HEX #CE892A Dixie

📋 copy color: '#CE892A'

red 206 ◦ green 137 ◦ blue 42

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

Shades of Dixie #CE892A

Tints of Dixie #CE892A

RGB

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

 GREEN value IS 137 (53.91% from 255) = 35.58%

 BLUE value IS 42 (16.8% from 255) = 10.91%

R = 53.51%
G = 35.58%
B = 10.91%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.80

 K value IS 0.19

RGB Variations

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

Color information

#CE892A (or 0xCE892A) is known color: Dixie. HEX triplet: CE, 89 and 2A. RGB value is (206,137,42). Sum of RGB (Red+Green+Blue) = 206+137+42=385 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.51% from 385); Green value is 137 (53.91% from 255 or 35.58% from 385); Blue value is 42 (16.80% from 255 or 10.91% from 385); Max value from RGB is 206 - color contains mainly: red. Hex color #CE892A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE892A is #3176D5. Grayscale: #939393. Windows color (decimal): -3241686 or 2787790. OLE color: 2787790.

HSL color Cylindrical-coordinate representation of color #CE892A: hue angle of 34.76º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CE892A is Cyan = 0, Magento = 0.33, Yellow = 0.80 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 137 42 -
CMYK 0 0.33 0.80 0.19
HSL 34.76º 0.66% 0.49% -
HSV(B) 34.76º 0.8% 0.81% -
XYZ 34.82 31.18 6.37 -
YUV 146.8 68.86 170.22 -
System Red Green Blue C M Y K H S L
Decimal 206 137 42 0 0.33 0.80 0.19 34.76 0.66 0.49
Hex CE 89 2A 0 21 50 13 23 42 31
Octal 316 211 52 0 41 120 23 43 102 61
Binary 11001110 10001001 101010 0 100001 1010000 10011 100011 1000010 110001

Color Harmonies of #CE892A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE892A

Black with #CE892A

Text Example


Text Example

White with #CE892A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE892A; }

 p { color: rgb(206,137,42); }

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

background-color css

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

 a { background-color: rgb(206,137,42); }

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

border-color css

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

 span { border-color: rgb(206,137,42); }

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