#C79D8A

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

Shades of Quicksand #C79D8A

Tints of Quicksand #C79D8A

Color information

#C79D8A (or 0xC79D8A) is unknown color: approx Quicksand. HEX triplet: C7, 9D and 8A. RGB value is (199,157,138). Sum of RGB (Red+Green+Blue) = 199+157+138=494 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.28% from 494); Green value is 157 (61.72% from 255 or 31.78% from 494); Blue value is 138 (54.30% from 255 or 27.94% from 494); Max value from RGB is 199 - color contains mainly: red. Hex color #C79D8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C79D8A is #386275. Grayscale: #A7A7A7. Windows color (decimal): -3695222 or 9084359. OLE color: 9084359.

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

Color convert

RGB199157138-
CMYK00.210.310.22
HSL18.69º35.26%66.08%-
HSV(B)18.69º30.65%78.04%-
XYZ40.238.0929.28-
YUV167.39111.41150.54-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 40.28%
GREEN value IS 157 (61.72% from 255) = 31.78%
BLUE value IS 138 (54.30% from 255) = 27.94%
R=40.28%
G=31.78%
B=27.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.31
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19915713800.210.310.2218.6935.2666.08
HexC79D8A0151F16132342
Octal30723521202537262343102
Binary1100011110011101100010100101011111110110100111000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C79D8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C79D8A; }

 p { color: rgb(199,157,138); }

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

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

 a { background-color: rgb(199,157,138); }

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

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

 span { border-color: rgb(199,157,138); }

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