#C79685

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

Shades of Quicksand #C79685

Tints of Quicksand #C79685

Color information

#C79685 (or 0xC79685) is unknown color: approx Quicksand. HEX triplet: C7, 96 and 85. RGB value is (199,150,133). Sum of RGB (Red+Green+Blue) = 199+150+133=482 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.29% from 482); Green value is 150 (58.98% from 255 or 31.12% from 482); Blue value is 133 (52.34% from 255 or 27.59% from 482); Max value from RGB is 199 - color contains mainly: red. Hex color #C79685 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C79685 is #38697A. Grayscale: #A2A2A2. Windows color (decimal): -3697019 or 8754887. OLE color: 8754887.

HSL color Cylindrical-coordinate representation of color #C79685: hue angle of 15.45º degrees, saturation: 0.37, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C79685 is Cyan = 0, Magento = 0.25, Yellow = 0.33 and Black (K on CMYK) = 0.22.

Color convert

RGB199150133-
CMYK00.250.330.22
HSL15.45º37.08%65.1%-
HSV(B)15.45º33.17%78.04%-
XYZ38.6935.6527.03-
YUV162.71111.23153.88-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 41.29%
GREEN value IS 150 (58.98% from 255) = 31.12%
BLUE value IS 133 (52.34% from 255) = 27.59%
R=41.29%
G=31.12%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.33
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19915013300.250.330.2215.4537.0865.1
HexC796850192116f2541
Octal30722620503141261745101
Binary1100011110010110100001010110011000011011011111001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C79685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C79685; }

 p { color: rgb(199,150,133); }

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

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

 a { background-color: rgb(199,150,133); }

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

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

 span { border-color: rgb(199,150,133); }

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