#C39688

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

Shades of Quicksand #C39688

Tints of Quicksand #C39688

Color information

#C39688 (or 0xC39688) is unknown color: approx Quicksand. HEX triplet: C3, 96 and 88. RGB value is (195,150,136). Sum of RGB (Red+Green+Blue) = 195+150+136=481 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.54% from 481); Green value is 150 (58.98% from 255 or 31.19% from 481); Blue value is 136 (53.52% from 255 or 28.27% from 481); Max value from RGB is 195 - color contains mainly: red. Hex color #C39688 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C39688 is #3C6977. Grayscale: #A1A1A1. Windows color (decimal): -3959160 or 8951491. OLE color: 8951491.

HSL color Cylindrical-coordinate representation of color #C39688: hue angle of 14.24º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C39688 is Cyan = 0, Magento = 0.23, Yellow = 0.30 and Black (K on CMYK) = 0.24.

Color convert

RGB195150136-
CMYK00.230.300.24
HSL14.24º32.96%64.9%-
HSV(B)14.24º30.26%76.47%-
XYZ37.8635.1928.09-
YUV161.86113.41151.64-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 40.54%
GREEN value IS 150 (58.98% from 255) = 31.19%
BLUE value IS 136 (53.52% from 255) = 28.27%
R=40.54%
G=31.19%
B=28.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.30
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19515013600.230.300.2414.2432.9664.9
HexC396880171E18e2141
Octal30322621002736301641101
Binary110000111001011010001000010111111101100011101000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C39688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C39688; }

 p { color: rgb(195,150,136); }

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

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

 a { background-color: rgb(195,150,136); }

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

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

 span { border-color: rgb(195,150,136); }

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