#C79481

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

Shades of Quicksand #C79481

Tints of Quicksand #C79481

Color information

#C79481 (or 0xC79481) is unknown color: approx Quicksand. HEX triplet: C7, 94 and 81. RGB value is (199,148,129). Sum of RGB (Red+Green+Blue) = 199+148+129=476 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.81% from 476); Green value is 148 (58.20% from 255 or 31.09% from 476); Blue value is 129 (50.78% from 255 or 27.10% from 476); Max value from RGB is 199 - color contains mainly: red. Hex color #C79481 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C79481 is #386B7E. Grayscale: #A1A1A1. Windows color (decimal): -3697535 or 8492231. OLE color: 8492231.

HSL color Cylindrical-coordinate representation of color #C79481: hue angle of 16.29º 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 #C79481 is Cyan = 0, Magento = 0.26, Yellow = 0.35 and Black (K on CMYK) = 0.22.

Color convert

RGB199148129-
CMYK00.260.350.22
HSL16.29º38.46%64.31%-
HSV(B)16.29º35.18%78.04%-
XYZ38.1134.9125.5-
YUV161.08109.9155.04-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 41.81%
GREEN value IS 148 (58.20% from 255) = 31.09%
BLUE value IS 129 (50.78% from 255) = 27.10%
R=41.81%
G=31.09%
B=27.10%

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
Decimal19914812900.260.350.2216.2938.4664.31
HexC7948101A2316102640
Octal30722420103243262046100
Binary11000111100101001000000101101010001110110100001001101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C79481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C79481; }

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

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

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

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

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

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

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

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