Html Css Color HEX #C88332 Dixie

📋 copy color: '#C88332'

red 200 ◦ green 131 ◦ blue 50

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

Shades of Dixie #C88332

Tints of Dixie #C88332

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 13.12%

R = 52.49%
G = 34.38%
B = 13.12%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.75

 K value IS 0.22

RGB Variations

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

Color information

#C88332 (or 0xC88332) is known color: Dixie. HEX triplet: C8, 83 and 32. RGB value is (200,131,50). Sum of RGB (Red+Green+Blue) = 200+131+50=381 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.49% from 381); Green value is 131 (51.56% from 255 or 34.38% from 381); Blue value is 50 (19.92% from 255 or 13.12% from 381); Max value from RGB is 200 - color contains mainly: red. Hex color #C88332 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C88332 is #377CCD. Grayscale: #8E8E8E. Windows color (decimal): -3636430 or 3310536. OLE color: 3310536.

HSL color Cylindrical-coordinate representation of color #C88332: hue angle of 32.4º degrees, saturation: 0.6, 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 #C88332 is Cyan = 0, Magento = 0.34, Yellow = 0.75 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 131 50 -
CMYK 0 0.34 0.75 0.22
HSL 32.4º 0.6% 0.49% -
HSV(B) 32.4º 0.75% 0.78% -
XYZ 32.51 28.74 6.85 -
YUV 142.4 75.86 169.09 -
System Red Green Blue C M Y K H S L
Decimal 200 131 50 0 0.34 0.75 0.22 32.4 0.6 0.49
Hex C8 83 32 0 22 4B 16 20 3C 31
Octal 310 203 62 0 42 113 26 40 74 61
Binary 11001000 10000011 110010 0 100010 1001011 10110 100000 111100 110001

Color Harmonies of #C88332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88332

Black with #C88332

Text Example


Text Example

White with #C88332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88332; }

 p { color: rgb(200,131,50); }

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

background-color css

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

 a { background-color: rgb(200,131,50); }

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

border-color css

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

 span { border-color: rgb(200,131,50); }

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