#C79285

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

Shades of Quicksand #C79285

Tints of Quicksand #C79285

Color information

#C79285 (or 0xC79285) is unknown color: approx Quicksand. HEX triplet: C7, 92 and 85. RGB value is (199,146,133). Sum of RGB (Red+Green+Blue) = 199+146+133=478 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.63% from 478); Green value is 146 (57.42% from 255 or 30.54% from 478); Blue value is 133 (52.34% from 255 or 27.82% from 478); Max value from RGB is 199 - color contains mainly: red. Hex color #C79285 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C79285 is #386D7A. Grayscale: #A0A0A0. Windows color (decimal): -3698043 or 8753863. OLE color: 8753863.

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

Color convert

RGB199146133-
CMYK00.270.330.22
HSL11.82º37.08%65.1%-
HSV(B)11.82º33.17%78.04%-
XYZ38.0734.3926.82-
YUV160.36112.56155.56-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 41.63%
GREEN value IS 146 (57.42% from 255) = 30.54%
BLUE value IS 133 (52.34% from 255) = 27.82%
R=41.63%
G=30.54%
B=27.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.33
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19914613300.270.330.2211.8237.0865.1
HexC7928501B2116c2541
Octal30722220503341261445101
Binary1100011110010010100001010110111000011011011001001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C79285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C79285; }

 p { color: rgb(199,146,133); }

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

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

 a { background-color: rgb(199,146,133); }

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

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

 span { border-color: rgb(199,146,133); }

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