#C79E94

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

Shades of Quicksand #C79E94

Tints of Quicksand #C79E94

Color information

#C79E94 (or 0xC79E94) is unknown color: approx Quicksand. HEX triplet: C7, 9E and 94. RGB value is (199,158,148). Sum of RGB (Red+Green+Blue) = 199+158+148=505 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.41% from 505); Green value is 158 (62.11% from 255 or 31.29% from 505); Blue value is 148 (58.20% from 255 or 29.31% from 505); Max value from RGB is 199 - color contains mainly: red. Hex color #C79E94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C79E94 is #38616B. Grayscale: #A9A9A9. Windows color (decimal): -3694956 or 9739975. OLE color: 9739975.

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

Color convert

RGB199158148-
CMYK00.210.260.22
HSL11.76º31.29%68.04%-
HSV(B)11.76º25.63%78.04%-
XYZ41.1338.7333.33-
YUV169.12116.08149.31-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 39.41%
GREEN value IS 158 (62.11% from 255) = 31.29%
BLUE value IS 148 (58.20% from 255) = 29.31%
R=39.41%
G=31.29%
B=29.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.26
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19915814800.210.260.2211.7631.2968.04
HexC79E940151A16c1f44
Octal30723622402532261437104
Binary11000111100111101001010001010111010101101100111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C79E94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C79E94; }

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

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

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

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

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

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

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

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