Html Css Color HEX #C88835 Dixie

📋 copy color: '#C88835'

red 200 ◦ green 136 ◦ blue 53

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

Shades of Dixie #C88835

Tints of Dixie #C88835

RGB

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

 GREEN value IS 136 (53.52% from 255) = 34.96%

 BLUE value IS 53 (21.09% from 255) = 13.62%

R = 51.41%
G = 34.96%
B = 13.62%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.74

 K value IS 0.22

RGB Variations

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

Color information

#C88835 (or 0xC88835) is known color: Dixie. HEX triplet: C8, 88 and 35. RGB value is (200,136,53). Sum of RGB (Red+Green+Blue) = 200+136+53=389 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.41% from 389); Green value is 136 (53.52% from 255 or 34.96% from 389); Blue value is 53 (21.09% from 255 or 13.62% from 389); Max value from RGB is 200 - color contains mainly: red. Hex color #C88835 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C88835 is #3777CA. Grayscale: #929292. Windows color (decimal): -3635147 or 3508424. OLE color: 3508424.

HSL color Cylindrical-coordinate representation of color #C88835: hue angle of 33.88º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C88835 is Cyan = 0, Magento = 0.32, Yellow = 0.74 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 136 53 -
CMYK 0 0.32 0.74 0.22
HSL 33.88º 0.58% 0.5% -
HSV(B) 33.88º 0.74% 0.78% -
XYZ 33.27 30.14 7.43 -
YUV 145.67 75.7 166.75 -
System Red Green Blue C M Y K H S L
Decimal 200 136 53 0 0.32 0.74 0.22 33.88 0.58 0.5
Hex C8 88 35 0 20 4A 16 22 3A 32
Octal 310 210 65 0 40 112 26 42 72 62
Binary 11001000 10001000 110101 0 100000 1001010 10110 100010 111010 110010

Color Harmonies of #C88835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88835

Black with #C88835

Text Example


Text Example

White with #C88835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88835; }

 p { color: rgb(200,136,53); }

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

background-color css

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

 a { background-color: rgb(200,136,53); }

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

border-color css

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

 span { border-color: rgb(200,136,53); }

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