#C79381

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

Shades of Quicksand #C79381

Tints of Quicksand #C79381

Color information

#C79381 (or 0xC79381) is unknown color: approx Quicksand. HEX triplet: C7, 93 and 81. RGB value is (199,147,129). Sum of RGB (Red+Green+Blue) = 199+147+129=475 (62% of max value = 765). Red value is 199 (78.12% from 255 or 41.89% from 475); Green value is 147 (57.81% from 255 or 30.95% from 475); Blue value is 129 (50.78% from 255 or 27.16% from 475); Max value from RGB is 199 - color contains mainly: red. Hex color #C79381 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C79381 is #386C7E. Grayscale: #A0A0A0. Windows color (decimal): -3697791 or 8491975. OLE color: 8491975.

HSL color Cylindrical-coordinate representation of color #C79381: hue angle of 15.43º degrees, saturation: 0.38, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C79381 is Cyan = 0, Magento = 0.26, Yellow = 0.35 and Black (K on CMYK) = 0.22.

Color convert

RGB199147129-
CMYK00.260.350.22
HSL15.43º38.46%64.31%-
HSV(B)15.43º35.18%78.04%-
XYZ37.9534.5925.45-
YUV160.5110.23155.46-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 41.89%
GREEN value IS 147 (57.81% from 255) = 30.95%
BLUE value IS 129 (50.78% from 255) = 27.16%
R=41.89%
G=30.95%
B=27.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.35
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19914712900.260.350.2215.4338.4664.31
HexC7938101A2316f2640
Octal30722320103243261746100
Binary1100011110010011100000010110101000111011011111001101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C79381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C79381; }

 p { color: rgb(199,147,129); }

 H1.HeaderClassName
 {
   color: #C79381;
 }
 .AnyTagClassName
 {
   color: #C79381;
 }
</style>
background-color css

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

 a { background-color: rgb(199,147,129); }

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

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

 span { border-color: rgb(199,147,129); }

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