#C79484

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

Shades of Quicksand #C79484

Tints of Quicksand #C79484

Color information

#C79484 (or 0xC79484) is unknown color: approx Quicksand. HEX triplet: C7, 94 and 84. RGB value is (199,148,132). Sum of RGB (Red+Green+Blue) = 199+148+132=479 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.54% from 479); Green value is 148 (58.20% from 255 or 30.90% from 479); Blue value is 132 (51.95% from 255 or 27.56% from 479); Max value from RGB is 199 - color contains mainly: red. Hex color #C79484 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C79484 is #386B7B. Grayscale: #A1A1A1. Windows color (decimal): -3697532 or 8688839. OLE color: 8688839.

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

Color convert

RGB199148132-
CMYK00.260.340.22
HSL14.33º37.43%64.9%-
HSV(B)14.33º33.67%78.04%-
XYZ38.3134.9926.56-
YUV161.42111.4154.8-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 41.54%
GREEN value IS 148 (58.20% from 255) = 30.90%
BLUE value IS 132 (51.95% from 255) = 27.56%
R=41.54%
G=30.90%
B=27.56%

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
Decimal19914813200.260.340.2214.3337.4364.9
HexC7948401A2216e2541
Octal30722420403242261645101
Binary1100011110010100100001000110101000101011011101001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C79484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C79484; }

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

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

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

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

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

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

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

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