#C39486

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

Shades of Quicksand #C39486

Tints of Quicksand #C39486

Color information

#C39486 (or 0xC39486) is unknown color: approx Quicksand. HEX triplet: C3, 94 and 86. RGB value is (195,148,134). Sum of RGB (Red+Green+Blue) = 195+148+134=477 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.88% from 477); Green value is 148 (58.20% from 255 or 31.03% from 477); Blue value is 134 (52.73% from 255 or 28.09% from 477); Max value from RGB is 195 - color contains mainly: red. Hex color #C39486 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C39486 is #3C6B79. Grayscale: #A0A0A0. Windows color (decimal): -3959674 or 8819907. OLE color: 8819907.

HSL color Cylindrical-coordinate representation of color #C39486: hue angle of 13.77º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C39486 is Cyan = 0, Magento = 0.24, Yellow = 0.31 and Black (K on CMYK) = 0.24.

Color convert

RGB195148134-
CMYK00.240.310.24
HSL13.77º33.7%64.51%-
HSV(B)13.77º31.28%76.47%-
XYZ37.434.527.24-
YUV160.46113.07152.64-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 40.88%
GREEN value IS 148 (58.20% from 255) = 31.03%
BLUE value IS 134 (52.73% from 255) = 28.09%
R=40.88%
G=31.03%
B=28.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.31
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19514813400.240.310.2413.7733.764.51
HexC394860181F18e2241
Octal30322420603037301642101
Binary110000111001010010000110011000111111100011101000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C39486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C39486; }

 p { color: rgb(195,148,134); }

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

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

 a { background-color: rgb(195,148,134); }

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

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

 span { border-color: rgb(195,148,134); }

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