#C79384

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

Shades of Quicksand #C79384

Tints of Quicksand #C79384

Color information

#C79384 (or 0xC79384) is unknown color: approx Quicksand. HEX triplet: C7, 93 and 84. RGB value is (199,147,132). Sum of RGB (Red+Green+Blue) = 199+147+132=478 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.63% from 478); Green value is 147 (57.81% from 255 or 30.75% from 478); Blue value is 132 (51.95% from 255 or 27.62% from 478); Max value from RGB is 199 - color contains mainly: red. Hex color #C79384 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C79384 is #386C7B. Grayscale: #A0A0A0. Windows color (decimal): -3697788 or 8688583. OLE color: 8688583.

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

Color convert

RGB199147132-
CMYK00.260.340.22
HSL13.43º37.43%64.9%-
HSV(B)13.43º33.67%78.04%-
XYZ38.1534.6826.51-
YUV160.84111.73155.22-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 41.63%
GREEN value IS 147 (57.81% from 255) = 30.75%
BLUE value IS 132 (51.95% from 255) = 27.62%
R=41.63%
G=30.75%
B=27.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.34
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19914713200.260.340.2213.4337.4364.9
HexC7938401A2216d2541
Octal30722320403242261545101
Binary1100011110010011100001000110101000101011011011001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C79384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C79384; }

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

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

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

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

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

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

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

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