#C79482

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

Shades of Quicksand #C79482

Tints of Quicksand #C79482

Color information

#C79482 (or 0xC79482) is unknown color: approx Quicksand. HEX triplet: C7, 94 and 82. RGB value is (199,148,130). Sum of RGB (Red+Green+Blue) = 199+148+130=477 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.72% from 477); Green value is 148 (58.20% from 255 or 31.03% from 477); Blue value is 130 (51.17% from 255 or 27.25% from 477); Max value from RGB is 199 - color contains mainly: red. Hex color #C79482 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C79482 is #386B7D. Grayscale: #A1A1A1. Windows color (decimal): -3697534 or 8557767. OLE color: 8557767.

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

Color convert

RGB199148130-
CMYK00.260.350.22
HSL15.65º38.12%64.51%-
HSV(B)15.65º34.67%78.04%-
XYZ38.1734.9325.85-
YUV161.2110.4154.96-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 41.72%
GREEN value IS 148 (58.20% from 255) = 31.03%
BLUE value IS 130 (51.17% from 255) = 27.25%
R=41.72%
G=31.03%
B=27.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.35
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19914813000.260.350.2215.6538.1264.51
HexC7948201A2316102641
Octal30722420203243262046101
Binary11000111100101001000001001101010001110110100001001101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C79482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C79482; }

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

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

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

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

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

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

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

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