#C79680

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

Shades of Quicksand #C79680

Tints of Quicksand #C79680

Color information

#C79680 (or 0xC79680) is unknown color: approx Quicksand. HEX triplet: C7, 96 and 80. RGB value is (199,150,128). Sum of RGB (Red+Green+Blue) = 199+150+128=477 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.72% from 477); Green value is 150 (58.98% from 255 or 31.45% from 477); Blue value is 128 (50.39% from 255 or 26.83% from 477); Max value from RGB is 199 - color contains mainly: red. Hex color #C79680 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C79680 is #38697F. Grayscale: #A2A2A2. Windows color (decimal): -3697024 or 8427207. OLE color: 8427207.

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

Color convert

RGB199150128-
CMYK00.250.360.22
HSL18.59º38.8%64.12%-
HSV(B)18.59º35.68%78.04%-
XYZ38.3635.5125.26-
YUV162.14108.73154.29-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 41.72%
GREEN value IS 150 (58.98% from 255) = 31.45%
BLUE value IS 128 (50.39% from 255) = 26.83%
R=41.72%
G=31.45%
B=26.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.36
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19915012800.250.360.2218.5938.864.12
HexC796800192416132740
Octal30722620003144262347100
Binary11000111100101101000000001100110010010110100111001111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C79680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C79680; }

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

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

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

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

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

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

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

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