#C79993

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

Shades of Quicksand #C79993

Tints of Quicksand #C79993

Color information

#C79993 (or 0xC79993) is unknown color: approx Quicksand. HEX triplet: C7, 99 and 93. RGB value is (199,153,147). Sum of RGB (Red+Green+Blue) = 199+153+147=499 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.88% from 499); Green value is 153 (60.16% from 255 or 30.66% from 499); Blue value is 147 (57.81% from 255 or 29.46% from 499); Max value from RGB is 199 - color contains mainly: red. Hex color #C79993 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C79993 is #38666C. Grayscale: #A6A6A6. Windows color (decimal): -3696237 or 9673159. OLE color: 9673159.

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

Color convert

RGB199153147-
CMYK00.230.260.22
HSL6.92º31.71%67.84%-
HSV(B)6.92º26.13%78.04%-
XYZ40.2137.0332.63-
YUV166.07117.24151.49-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 39.88%
GREEN value IS 153 (60.16% from 255) = 30.66%
BLUE value IS 147 (57.81% from 255) = 29.46%
R=39.88%
G=30.66%
B=29.46%

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
Decimal19915314700.230.260.226.9231.7167.84
HexC799930171A1672044
Octal3072312230273226740104
Binary11000111100110011001001101011111010101101111000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C79993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C79993; }

 p { color: rgb(199,153,147); }

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

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

 a { background-color: rgb(199,153,147); }

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

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

 span { border-color: rgb(199,153,147); }

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