Html Css Color HEX #CE832D Dixie

📋 copy color: '#CE832D'

red 206 ◦ green 131 ◦ blue 45

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

Shades of Dixie #CE832D

Tints of Dixie #CE832D

RGB

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

 GREEN value IS 131 (51.56% from 255) = 34.29%

 BLUE value IS 45 (17.97% from 255) = 11.78%

R = 53.93%
G = 34.29%
B = 11.78%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.78

 K value IS 0.19

RGB Variations

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

Color information

#CE832D (or 0xCE832D) is known color: Dixie. HEX triplet: CE, 83 and 2D. RGB value is (206,131,45). Sum of RGB (Red+Green+Blue) = 206+131+45=382 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.93% from 382); Green value is 131 (51.56% from 255 or 34.29% from 382); Blue value is 45 (17.97% from 255 or 11.78% from 382); Max value from RGB is 206 - color contains mainly: red. Hex color #CE832D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE832D is #317CD2. Grayscale: #909090. Windows color (decimal): -3243219 or 2982862. OLE color: 2982862.

HSL color Cylindrical-coordinate representation of color #CE832D: hue angle of 32.05º degrees, saturation: 0.64, 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 #CE832D is Cyan = 0, Magento = 0.36, Yellow = 0.78 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 131 45 -
CMYK 0 0.36 0.78 0.19
HSL 32.05º 0.64% 0.49% -
HSV(B) 32.05º 0.78% 0.81% -
XYZ 34.04 29.54 6.39 -
YUV 143.62 72.35 172.49 -
System Red Green Blue C M Y K H S L
Decimal 206 131 45 0 0.36 0.78 0.19 32.05 0.64 0.49
Hex CE 83 2D 0 24 4E 13 20 40 31
Octal 316 203 55 0 44 116 23 40 100 61
Binary 11001110 10000011 101101 0 100100 1001110 10011 100000 1000000 110001

Color Harmonies of #CE832D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE832D

Black with #CE832D

Text Example


Text Example

White with #CE832D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE832D; }

 p { color: rgb(206,131,45); }

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

background-color css

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

 a { background-color: rgb(206,131,45); }

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

border-color css

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

 span { border-color: rgb(206,131,45); }

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