#C39A90

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

Shades of Quicksand #C39A90

Tints of Quicksand #C39A90

Color information

#C39A90 (or 0xC39A90) is unknown color: approx Quicksand. HEX triplet: C3, 9A and 90. RGB value is (195,154,144). Sum of RGB (Red+Green+Blue) = 195+154+144=493 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.55% from 493); Green value is 154 (60.55% from 255 or 31.24% from 493); Blue value is 144 (56.64% from 255 or 29.21% from 493); Max value from RGB is 195 - color contains mainly: red. Hex color #C39A90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C39A90 is #3C656F. Grayscale: #A5A5A5. Windows color (decimal): -3958128 or 9476803. OLE color: 9476803.

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

Color convert

RGB195154144-
CMYK00.210.260.24
HSL11.76º29.82%66.47%-
HSV(B)11.76º26.15%76.47%-
XYZ39.136.7331.41-
YUV165.12116.08149.31-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 39.55%
GREEN value IS 154 (60.55% from 255) = 31.24%
BLUE value IS 144 (56.64% from 255) = 29.21%
R=39.55%
G=31.24%
B=29.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.26
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19515414400.210.260.2411.7629.8266.47
HexC39A900151A18c1e42
Octal30323222002532301436102
Binary11000011100110101001000001010111010110001100111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C39A90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C39A90; }

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

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

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

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

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

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

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

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