Html Css Color HEX #C88B33 Dixie

📋 copy color: '#C88B33'

red 200 ◦ green 139 ◦ blue 51

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

Shades of Dixie #C88B33

Tints of Dixie #C88B33

RGB

 RED value IS 200 (78.52% from 255) = 51.28%

 GREEN value IS 139 (54.69% from 255) = 35.64%

 BLUE value IS 51 (20.31% from 255) = 13.08%

R = 51.28%
G = 35.64%
B = 13.08%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.74

 K value IS 0.22

RGB Variations

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

Color information

#C88B33 (or 0xC88B33) is known color: Dixie. HEX triplet: C8, 8B and 33. RGB value is (200,139,51). Sum of RGB (Red+Green+Blue) = 200+139+51=390 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.28% from 390); Green value is 139 (54.69% from 255 or 35.64% from 390); Blue value is 51 (20.31% from 255 or 13.08% from 390); Max value from RGB is 200 - color contains mainly: red. Hex color #C88B33 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C88B33 is #3774CC. Grayscale: #939393. Windows color (decimal): -3634381 or 3378120. OLE color: 3378120.

HSL color Cylindrical-coordinate representation of color #C88B33: hue angle of 35.44º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C88B33 is Cyan = 0, Magento = 0.30, Yellow = 0.74 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 139 51 -
CMYK 0 0.30 0.74 0.22
HSL 35.44º 0.59% 0.49% -
HSV(B) 35.44º 0.75% 0.78% -
XYZ 33.65 30.98 7.34 -
YUV 147.21 73.71 165.66 -
System Red Green Blue C M Y K H S L
Decimal 200 139 51 0 0.30 0.74 0.22 35.44 0.59 0.49
Hex C8 8B 33 0 1E 4A 16 23 3B 31
Octal 310 213 63 0 36 112 26 43 73 61
Binary 11001000 10001011 110011 0 11110 1001010 10110 100011 111011 110001

Color Harmonies of #C88B33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88B33

Black with #C88B33

Text Example


Text Example

White with #C88B33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88B33; }

 p { color: rgb(200,139,51); }

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

background-color css

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

 a { background-color: rgb(200,139,51); }

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

border-color css

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

 span { border-color: rgb(200,139,51); }

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