Html Css Color HEX #CE832C Dixie

📋 copy color: '#CE832C'

red 206 ◦ green 131 ◦ blue 44

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

Shades of Dixie #CE832C

Tints of Dixie #CE832C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 11.55%

R = 54.07%
G = 34.38%
B = 11.55%

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

#CE832C (or 0xCE832C) is known color: Dixie. HEX triplet: CE, 83 and 2C. RGB value is (206,131,44). Sum of RGB (Red+Green+Blue) = 206+131+44=381 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.07% from 381); Green value is 131 (51.56% from 255 or 34.38% from 381); Blue value is 44 (17.58% from 255 or 11.55% from 381); Max value from RGB is 206 - color contains mainly: red. Hex color #CE832C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE832C is #317CD3. Grayscale: #8F8F8F. Windows color (decimal): -3243220 or 2917326. OLE color: 2917326.

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

Color convert

RGB 206 131 44 -
CMYK 0 0.36 0.79 0.19
HSL 32.22º 0.65% 0.49% -
HSV(B) 32.22º 0.79% 0.81% -
XYZ 34.02 29.54 6.29 -
YUV 143.51 71.85 172.57 -
System Red Green Blue C M Y K H S L
Decimal 206 131 44 0 0.36 0.79 0.19 32.22 0.65 0.49
Hex CE 83 2C 0 24 4F 13 20 41 31
Octal 316 203 54 0 44 117 23 40 101 61
Binary 11001110 10000011 101100 0 100100 1001111 10011 100000 1000001 110001

Color Harmonies of #CE832C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE832C

Black with #CE832C

Text Example


Text Example

White with #CE832C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE832C; }

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

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

background-color css

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

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

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

border-color css

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

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

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