#C39B88

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

Shades of Quicksand #C39B88

Tints of Quicksand #C39B88

Color information

#C39B88 (or 0xC39B88) is unknown color: approx Quicksand. HEX triplet: C3, 9B and 88. RGB value is (195,155,136). Sum of RGB (Red+Green+Blue) = 195+155+136=486 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.12% from 486); Green value is 155 (60.94% from 255 or 31.89% from 486); Blue value is 136 (53.52% from 255 or 27.98% from 486); Max value from RGB is 195 - color contains mainly: red. Hex color #C39B88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C39B88 is #3C6477. Grayscale: #A4A4A4. Windows color (decimal): -3957880 or 8952771. OLE color: 8952771.

HSL color Cylindrical-coordinate representation of color #C39B88: hue angle of 19.32º 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 #C39B88 is Cyan = 0, Magento = 0.21, Yellow = 0.30 and Black (K on CMYK) = 0.24.

Color convert

RGB195155136-
CMYK00.210.300.24
HSL19.32º32.96%64.9%-
HSV(B)19.32º30.26%76.47%-
XYZ38.6736.8228.36-
YUV164.79111.75149.54-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 40.12%
GREEN value IS 155 (60.94% from 255) = 31.89%
BLUE value IS 136 (53.52% from 255) = 27.98%
R=40.12%
G=31.89%
B=27.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.30
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19515513600.210.300.2419.3232.9664.9
HexC39B880151E18132141
Octal30323321002536302341101
Binary1100001110011011100010000101011111011000100111000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C39B88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C39B88; }

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

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

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

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

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

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

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

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