#C3988E

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

Shades of Quicksand #C3988E

Tints of Quicksand #C3988E

Color information

#C3988E (or 0xC3988E) is unknown color: approx Quicksand. HEX triplet: C3, 98 and 8E. RGB value is (195,152,142). Sum of RGB (Red+Green+Blue) = 195+152+142=489 (64% of max value = 765). Red value is 195 (76.56% from 255 or 39.88% from 489); Green value is 152 (59.77% from 255 or 31.08% from 489); Blue value is 142 (55.86% from 255 or 29.04% from 489); Max value from RGB is 195 - color contains mainly: red. Hex color #C3988E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3988E is #3C6771. Grayscale: #A3A3A3. Windows color (decimal): -3958642 or 9345219. OLE color: 9345219.

HSL color Cylindrical-coordinate representation of color #C3988E: hue angle of 11.32º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C3988E is Cyan = 0, Magento = 0.22, Yellow = 0.27 and Black (K on CMYK) = 0.24.

Color convert

RGB195152142-
CMYK00.220.270.24
HSL11.32º30.64%66.08%-
HSV(B)11.32º27.18%76.47%-
XYZ38.6236.0130.51-
YUV163.72115.75150.31-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 39.88%
GREEN value IS 152 (59.77% from 255) = 31.08%
BLUE value IS 142 (55.86% from 255) = 29.04%
R=39.88%
G=31.08%
B=29.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.27
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19515214200.220.270.2411.3230.6466.08
HexC3988E0161B18b1f42
Octal30323021602633301337102
Binary11000011100110001000111001011011011110001011111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3988E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3988E; }

 p { color: rgb(195,152,142); }

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

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

 a { background-color: rgb(195,152,142); }

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

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

 span { border-color: rgb(195,152,142); }

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