#C39A8E

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

Shades of Quicksand #C39A8E

Tints of Quicksand #C39A8E

Color information

#C39A8E (or 0xC39A8E) is unknown color: approx Quicksand. HEX triplet: C3, 9A and 8E. RGB value is (195,154,142). Sum of RGB (Red+Green+Blue) = 195+154+142=491 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.71% from 491); Green value is 154 (60.55% from 255 or 31.36% from 491); Blue value is 142 (55.86% from 255 or 28.92% from 491); Max value from RGB is 195 - color contains mainly: red. Hex color #C39A8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C39A8E is #3C6571. Grayscale: #A4A4A4. Windows color (decimal): -3958130 or 9345731. OLE color: 9345731.

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

Color convert

RGB195154142-
CMYK00.210.270.24
HSL13.58º30.64%66.08%-
HSV(B)13.58º27.18%76.47%-
XYZ38.9436.6730.62-
YUV164.89115.08149.48-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 39.71%
GREEN value IS 154 (60.55% from 255) = 31.36%
BLUE value IS 142 (55.86% from 255) = 28.92%
R=39.71%
G=31.36%
B=28.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.27
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19515414200.210.270.2413.5830.6466.08
HexC39A8E0151B18e1f42
Octal30323221602533301637102
Binary11000011100110101000111001010111011110001110111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C39A8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C39A8E; }

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

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

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

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

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

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

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

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