#C79A85

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

Shades of Quicksand #C79A85

Tints of Quicksand #C79A85

Color information

#C79A85 (or 0xC79A85) is unknown color: approx Quicksand. HEX triplet: C7, 9A and 85. RGB value is (199,154,133). Sum of RGB (Red+Green+Blue) = 199+154+133=486 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.95% from 486); Green value is 154 (60.55% from 255 or 31.69% from 486); Blue value is 133 (52.34% from 255 or 27.37% from 486); Max value from RGB is 199 - color contains mainly: red. Hex color #C79A85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C79A85 is #38657A. Grayscale: #A5A5A5. Windows color (decimal): -3695995 or 8755911. OLE color: 8755911.

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

Color convert

RGB199154133-
CMYK00.230.330.22
HSL19.09º37.08%65.1%-
HSV(B)19.09º33.17%78.04%-
XYZ39.3436.9527.25-
YUV165.06109.91152.21-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 40.95%
GREEN value IS 154 (60.55% from 255) = 31.69%
BLUE value IS 133 (52.34% from 255) = 27.37%
R=40.95%
G=31.69%
B=27.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.33
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19915413300.230.330.2219.0937.0865.1
HexC79A850172116132541
Octal30723220502741262345101
Binary11000111100110101000010101011110000110110100111001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C79A85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C79A85; }

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

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

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

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

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

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

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

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