#C79B94

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

Shades of Quicksand #C79B94

Tints of Quicksand #C79B94

Color information

#C79B94 (or 0xC79B94) is unknown color: approx Quicksand. HEX triplet: C7, 9B and 94. RGB value is (199,155,148). Sum of RGB (Red+Green+Blue) = 199+155+148=502 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.64% from 502); Green value is 155 (60.94% from 255 or 30.88% from 502); Blue value is 148 (58.20% from 255 or 29.48% from 502); Max value from RGB is 199 - color contains mainly: red. Hex color #C79B94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C79B94 is #38646B. Grayscale: #A7A7A7. Windows color (decimal): -3695724 or 9739207. OLE color: 9739207.

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

Color convert

RGB199155148-
CMYK00.220.260.22
HSL8.24º31.29%68.04%-
HSV(B)8.24º25.63%78.04%-
XYZ40.6237.7233.16-
YUV167.36117.08150.57-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 39.64%
GREEN value IS 155 (60.94% from 255) = 30.88%
BLUE value IS 148 (58.20% from 255) = 29.48%
R=39.64%
G=30.88%
B=29.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.26
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19915514800.220.260.228.2431.2968.04
HexC79B940161A1681f44
Octal30723322402632261037104
Binary11000111100110111001010001011011010101101000111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C79B94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C79B94; }

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

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

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

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

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

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

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

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