Html Css Color HEX #CE832B Dixie

📋 copy color: '#CE832B'

red 206 ◦ green 131 ◦ blue 43

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

Shades of Dixie #CE832B

Tints of Dixie #CE832B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 11.32%

R = 54.21%
G = 34.47%
B = 11.32%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.79

 K value IS 0.19

RGB Variations

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

Color information

#CE832B (or 0xCE832B) is known color: Dixie. HEX triplet: CE, 83 and 2B. RGB value is (206,131,43). Sum of RGB (Red+Green+Blue) = 206+131+43=380 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.21% from 380); Green value is 131 (51.56% from 255 or 34.47% from 380); Blue value is 43 (17.19% from 255 or 11.32% from 380); Max value from RGB is 206 - color contains mainly: red. Hex color #CE832B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE832B is #317CD4. Grayscale: #8F8F8F. Windows color (decimal): -3243221 or 2851790. OLE color: 2851790.

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

Color convert

RGB 206 131 43 -
CMYK 0 0.36 0.79 0.19
HSL 32.39º 0.65% 0.49% -
HSV(B) 32.39º 0.79% 0.81% -
XYZ 34.01 29.53 6.19 -
YUV 143.39 71.35 172.66 -
System Red Green Blue C M Y K H S L
Decimal 206 131 43 0 0.36 0.79 0.19 32.39 0.65 0.49
Hex CE 83 2B 0 24 4F 13 20 41 31
Octal 316 203 53 0 44 117 23 40 101 61
Binary 11001110 10000011 101011 0 100100 1001111 10011 100000 1000001 110001

Color Harmonies of #CE832B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE832B

Black with #CE832B

Text Example


Text Example

White with #CE832B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE832B; }

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

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

background-color css

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

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

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

border-color css

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

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

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