#C79C86

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

Shades of Quicksand #C79C86

Tints of Quicksand #C79C86

Color information

#C79C86 (or 0xC79C86) is unknown color: approx Quicksand. HEX triplet: C7, 9C and 86. RGB value is (199,156,134). Sum of RGB (Red+Green+Blue) = 199+156+134=489 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.70% from 489); Green value is 156 (61.33% from 255 or 31.90% from 489); Blue value is 134 (52.73% from 255 or 27.40% from 489); Max value from RGB is 199 - color contains mainly: red. Hex color #C79C86 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C79C86 is #386379. Grayscale: #A6A6A6. Windows color (decimal): -3695482 or 8821959. OLE color: 8821959.

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

Color convert

RGB199156134-
CMYK00.220.330.22
HSL20.31º36.72%65.29%-
HSV(B)20.31º32.66%78.04%-
XYZ39.7437.6427.72-
YUV166.35109.75151.29-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 40.70%
GREEN value IS 156 (61.33% from 255) = 31.90%
BLUE value IS 134 (52.73% from 255) = 27.40%
R=40.70%
G=31.90%
B=27.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.33
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19915613400.220.330.2220.3136.7265.29
HexC79C860162116142541
Octal30723420602641262445101
Binary11000111100111001000011001011010000110110101001001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C79C86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C79C86; }

 p { color: rgb(199,156,134); }

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

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

 a { background-color: rgb(199,156,134); }

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

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

 span { border-color: rgb(199,156,134); }

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