#C39385

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

Shades of Quicksand #C39385

Tints of Quicksand #C39385

Color information

#C39385 (or 0xC39385) is unknown color: approx Quicksand. HEX triplet: C3, 93 and 85. RGB value is (195,147,133). Sum of RGB (Red+Green+Blue) = 195+147+133=475 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.05% from 475); Green value is 147 (57.81% from 255 or 30.95% from 475); Blue value is 133 (52.34% from 255 or 28% from 475); Max value from RGB is 195 - color contains mainly: red. Hex color #C39385 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C39385 is #3C6C7A. Grayscale: #9F9F9F. Windows color (decimal): -3959931 or 8754115. OLE color: 8754115.

HSL color Cylindrical-coordinate representation of color #C39385: hue angle of 13.55º 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 #C39385 is Cyan = 0, Magento = 0.25, Yellow = 0.32 and Black (K on CMYK) = 0.24.

Color convert

RGB195147133-
CMYK00.250.320.24
HSL13.55º34.07%64.31%-
HSV(B)13.55º31.79%76.47%-
XYZ37.1734.1626.83-
YUV159.76112.9153.14-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 41.05%
GREEN value IS 147 (57.81% from 255) = 30.95%
BLUE value IS 133 (52.34% from 255) = 28%
R=41.05%
G=30.95%
B=28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.32
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19514713300.250.320.2413.5534.0764.31
HexC393850192018e2240
Octal30322320503140301642100
Binary1100001110010011100001010110011000001100011101000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C39385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C39385; }

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

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

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

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

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

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

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

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