#C39F93

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

Shades of Quicksand #C39F93

Tints of Quicksand #C39F93

Color information

#C39F93 (or 0xC39F93) is unknown color: approx Quicksand. HEX triplet: C3, 9F and 93. RGB value is (195,159,147). Sum of RGB (Red+Green+Blue) = 195+159+147=501 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.92% from 501); Green value is 159 (62.5% from 255 or 31.74% from 501); Blue value is 147 (57.81% from 255 or 29.34% from 501); Max value from RGB is 195 - color contains mainly: red. Hex color #C39F93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C39F93 is #3C606C. Grayscale: #A8A8A8. Windows color (decimal): -3956845 or 9674691. OLE color: 9674691.

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

Color convert

RGB195159147-
CMYK00.180.250.24
HSL15º28.57%67.06%-
HSV(B)15º24.62%76.47%-
XYZ40.1738.532.92-
YUV168.4115.93146.98-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 38.92%
GREEN value IS 159 (62.5% from 255) = 31.74%
BLUE value IS 147 (57.81% from 255) = 29.34%
R=38.92%
G=31.74%
B=29.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.25
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19515914700.180.250.241528.5767.06
HexC39F930121918f1d43
Octal30323722302231301735103
Binary11000011100111111001001101001011001110001111111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C39F93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C39F93; }

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

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

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

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

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

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

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

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