#C39B91

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

Shades of Quicksand #C39B91

Tints of Quicksand #C39B91

Color information

#C39B91 (or 0xC39B91) is unknown color: approx Quicksand. HEX triplet: C3, 9B and 91. RGB value is (195,155,145). Sum of RGB (Red+Green+Blue) = 195+155+145=495 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.39% from 495); Green value is 155 (60.94% from 255 or 31.31% from 495); Blue value is 145 (57.03% from 255 or 29.29% from 495); Max value from RGB is 195 - color contains mainly: red. Hex color #C39B91 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C39B91 is #3C646E. Grayscale: #A5A5A5. Windows color (decimal): -3957871 or 9542595. OLE color: 9542595.

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

Color convert

RGB195155145-
CMYK00.210.260.24
HSL12º29.41%66.67%-
HSV(B)12º25.64%76.47%-
XYZ39.3437.0931.87-
YUV165.82116.25148.81-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 39.39%
GREEN value IS 155 (60.94% from 255) = 31.31%
BLUE value IS 145 (57.03% from 255) = 29.29%
R=39.39%
G=31.31%
B=29.29%

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
Decimal19515514500.210.260.241229.4166.67
HexC39B910151A18c1d43
Octal30323322102532301435103
Binary11000011100110111001000101010111010110001100111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C39B91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C39B91; }

 p { color: rgb(195,155,145); }

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

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

 a { background-color: rgb(195,155,145); }

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

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

 span { border-color: rgb(195,155,145); }

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