#C79A94

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

Shades of Quicksand #C79A94

Tints of Quicksand #C79A94

Color information

#C79A94 (or 0xC79A94) is unknown color: approx Quicksand. HEX triplet: C7, 9A and 94. RGB value is (199,154,148). Sum of RGB (Red+Green+Blue) = 199+154+148=501 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.72% from 501); Green value is 154 (60.55% from 255 or 30.74% from 501); Blue value is 148 (58.20% from 255 or 29.54% from 501); Max value from RGB is 199 - color contains mainly: red. Hex color #C79A94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C79A94 is #38656B. Grayscale: #A6A6A6. Windows color (decimal): -3695980 or 9738951. OLE color: 9738951.

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

Color convert

RGB199154148-
CMYK00.230.260.22
HSL7.06º31.29%68.04%-
HSV(B)7.06º25.63%78.04%-
XYZ40.4537.3933.1-
YUV166.77117.41150.99-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 39.72%
GREEN value IS 154 (60.55% from 255) = 30.74%
BLUE value IS 148 (58.20% from 255) = 29.54%
R=39.72%
G=30.74%
B=29.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.26
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19915414800.230.260.227.0631.2968.04
HexC79A940171A1671f44
Octal3072322240273226737104
Binary1100011110011010100101000101111101010110111111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C79A94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C79A94; }

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

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

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

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

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

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

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

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