#C39A8B

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

Shades of Quicksand #C39A8B

Tints of Quicksand #C39A8B

Color information

#C39A8B (or 0xC39A8B) is unknown color: approx Quicksand. HEX triplet: C3, 9A and 8B. RGB value is (195,154,139). Sum of RGB (Red+Green+Blue) = 195+154+139=488 (64% of max value = 765). Red value is 195 (76.56% from 255 or 39.96% from 488); Green value is 154 (60.55% from 255 or 31.56% from 488); Blue value is 139 (54.69% from 255 or 28.48% from 488); Max value from RGB is 195 - color contains mainly: red. Hex color #C39A8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C39A8B is #3C6574. Grayscale: #A4A4A4. Windows color (decimal): -3958133 or 9149123. OLE color: 9149123.

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

Color convert

RGB195154139-
CMYK00.210.290.24
HSL16.07º31.82%65.49%-
HSV(B)16.07º28.72%76.47%-
XYZ38.7236.5829.45-
YUV164.55113.58149.72-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 39.96%
GREEN value IS 154 (60.55% from 255) = 31.56%
BLUE value IS 139 (54.69% from 255) = 28.48%
R=39.96%
G=31.56%
B=28.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.29
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19515413900.210.290.2416.0731.8265.49
HexC39A8B0151D18102041
Octal30323221302535302040101
Binary1100001110011010100010110101011110111000100001000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C39A8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C39A8B; }

 p { color: rgb(195,154,139); }

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

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

 a { background-color: rgb(195,154,139); }

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

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

 span { border-color: rgb(195,154,139); }

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