#C39A85

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

Shades of Quicksand #C39A85

Tints of Quicksand #C39A85

Color information

#C39A85 (or 0xC39A85) is unknown color: approx Quicksand. HEX triplet: C3, 9A and 85. RGB value is (195,154,133). Sum of RGB (Red+Green+Blue) = 195+154+133=482 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.46% from 482); Green value is 154 (60.55% from 255 or 31.95% from 482); Blue value is 133 (52.34% from 255 or 27.59% from 482); Max value from RGB is 195 - color contains mainly: red. Hex color #C39A85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C39A85 is #3C657A. Grayscale: #A3A3A3. Windows color (decimal): -3958139 or 8755907. OLE color: 8755907.

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

Color convert

RGB195154133-
CMYK00.210.320.24
HSL20.32º34.07%64.31%-
HSV(B)20.32º31.79%76.47%-
XYZ38.2936.4127.2-
YUV163.86110.58150.21-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 40.46%
GREEN value IS 154 (60.55% from 255) = 31.95%
BLUE value IS 133 (52.34% from 255) = 27.59%
R=40.46%
G=31.95%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.32
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19515413300.210.320.2420.3234.0764.31
HexC39A850152018142240
Octal30323220502540302442100
Binary11000011100110101000010101010110000011000101001000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C39A85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C39A85; }

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

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

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

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

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

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

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

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