#C79380

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

Shades of Quicksand #C79380

Tints of Quicksand #C79380

Color information

#C79380 (or 0xC79380) is unknown color: approx Quicksand. HEX triplet: C7, 93 and 80. RGB value is (199,147,128). Sum of RGB (Red+Green+Blue) = 199+147+128=474 (62% of max value = 765). Red value is 199 (78.12% from 255 or 41.98% from 474); Green value is 147 (57.81% from 255 or 31.01% from 474); Blue value is 128 (50.39% from 255 or 27.00% from 474); Max value from RGB is 199 - color contains mainly: red. Hex color #C79380 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C79380 is #386C7F. Grayscale: #A0A0A0. Windows color (decimal): -3697792 or 8426439. OLE color: 8426439.

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

Color convert

RGB199147128-
CMYK00.260.360.22
HSL16.06º38.8%64.12%-
HSV(B)16.06º35.68%78.04%-
XYZ37.8834.5725.1-
YUV160.38109.73155.54-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 41.98%
GREEN value IS 147 (57.81% from 255) = 31.01%
BLUE value IS 128 (50.39% from 255) = 27.00%
R=41.98%
G=31.01%
B=27.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.36
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19914712800.260.360.2216.0638.864.12
HexC7938001A2416102740
Octal30722320003244262047100
Binary11000111100100111000000001101010010010110100001001111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C79380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C79380; }

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

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

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

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

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

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

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

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