#C39685

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

Shades of Quicksand #C39685

Tints of Quicksand #C39685

Color information

#C39685 (or 0xC39685) is unknown color: approx Quicksand. HEX triplet: C3, 96 and 85. RGB value is (195,150,133). Sum of RGB (Red+Green+Blue) = 195+150+133=478 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.79% from 478); Green value is 150 (58.98% from 255 or 31.38% from 478); Blue value is 133 (52.34% from 255 or 27.82% from 478); Max value from RGB is 195 - color contains mainly: red. Hex color #C39685 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C39685 is #3C697A. Grayscale: #A1A1A1. Windows color (decimal): -3959163 or 8754883. OLE color: 8754883.

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

Color convert

RGB195150133-
CMYK00.230.320.24
HSL16.45º34.07%64.31%-
HSV(B)16.45º31.79%76.47%-
XYZ37.6535.1126.98-
YUV161.52111.91151.88-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 40.79%
GREEN value IS 150 (58.98% from 255) = 31.38%
BLUE value IS 133 (52.34% from 255) = 27.82%
R=40.79%
G=31.38%
B=27.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.32
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19515013300.230.320.2416.4534.0764.31
HexC396850172018102240
Octal30322620502740302042100
Binary11000011100101101000010101011110000011000100001000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C39685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C39685; }

 p { color: rgb(195,150,133); }

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

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

 a { background-color: rgb(195,150,133); }

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

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

 span { border-color: rgb(195,150,133); }

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