#C39A88

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

Shades of Quicksand #C39A88

Tints of Quicksand #C39A88

Color information

#C39A88 (or 0xC39A88) is unknown color: approx Quicksand. HEX triplet: C3, 9A and 88. RGB value is (195,154,136). Sum of RGB (Red+Green+Blue) = 195+154+136=485 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.21% from 485); Green value is 154 (60.55% from 255 or 31.75% from 485); Blue value is 136 (53.52% from 255 or 28.04% from 485); Max value from RGB is 195 - color contains mainly: red. Hex color #C39A88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C39A88 is #3C6577. Grayscale: #A4A4A4. Windows color (decimal): -3958136 or 8952515. OLE color: 8952515.

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

Color convert

RGB195154136-
CMYK00.210.300.24
HSL18.31º32.96%64.9%-
HSV(B)18.31º30.26%76.47%-
XYZ38.5136.4928.31-
YUV164.21112.08149.96-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 40.21%
GREEN value IS 154 (60.55% from 255) = 31.75%
BLUE value IS 136 (53.52% from 255) = 28.04%
R=40.21%
G=31.75%
B=28.04%

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
Decimal19515413600.210.300.2418.3132.9664.9
HexC39A880151E18122141
Octal30323221002536302241101
Binary1100001110011010100010000101011111011000100101000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C39A88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C39A88; }

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

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

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

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

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

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

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

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