#C39B95

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

Shades of Quicksand #C39B95

Tints of Quicksand #C39B95

Color information

#C39B95 (or 0xC39B95) is unknown color: approx Quicksand. HEX triplet: C3, 9B and 95. RGB value is (195,155,149). Sum of RGB (Red+Green+Blue) = 195+155+149=499 (66% of max value = 765). Red value is 195 (76.56% from 255 or 39.08% from 499); Green value is 155 (60.94% from 255 or 31.06% from 499); Blue value is 149 (58.59% from 255 or 29.86% from 499); Max value from RGB is 195 - color contains mainly: red. Hex color #C39B95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C39B95 is #3C646A. Grayscale: #A6A6A6. Windows color (decimal): -3957867 or 9804739. OLE color: 9804739.

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

Color convert

RGB195155149-
CMYK00.210.240.24
HSL7.83º27.71%67.45%-
HSV(B)7.83º23.59%76.47%-
XYZ39.6537.2133.53-
YUV166.28118.25148.49-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 39.08%
GREEN value IS 155 (60.94% from 255) = 31.06%
BLUE value IS 149 (58.59% from 255) = 29.86%
R=39.08%
G=31.06%
B=29.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.24
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19515514900.210.240.247.8327.7167.45
HexC39B95015181881c43
Octal30323322502530301034103
Binary11000011100110111001010101010111000110001000111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C39B95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C39B95; }

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

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

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

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

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

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

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

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