#C88332

Color #C88332 Dixie (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dixie #C88332

Tints of Dixie #C88332

Color information

#C88332 (or 0xC88332) is unknown color: approx 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

RGB20013150-
CMYK00.340.750.22
HSL32.4º60%49.02%-
HSV(B)32.4º75%78.43%-
XYZ32.5128.746.85-
YUV142.475.86169.09-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.75
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001315000.340.750.2232.46049.02
HexC883320224B16203c31
Octal3102036204211326407461
Binary11001000100000111100100100010100101110110100000111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>