#C3988D

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

Shades of Quicksand #C3988D

Tints of Quicksand #C3988D

Color information

#C3988D (or 0xC3988D) is unknown color: approx Quicksand. HEX triplet: C3, 98 and 8D. RGB value is (195,152,141). Sum of RGB (Red+Green+Blue) = 195+152+141=488 (64% of max value = 765). Red value is 195 (76.56% from 255 or 39.96% from 488); Green value is 152 (59.77% from 255 or 31.15% from 488); Blue value is 141 (55.47% from 255 or 28.89% from 488); Max value from RGB is 195 - color contains mainly: red. Hex color #C3988D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3988D is #3C6772. Grayscale: #A3A3A3. Windows color (decimal): -3958643 or 9279683. OLE color: 9279683.

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

Color convert

RGB195152141-
CMYK00.220.280.24
HSL12.22º31.03%65.88%-
HSV(B)12.22º27.69%76.47%-
XYZ38.5435.9830.11-
YUV163.6115.25150.39-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 39.96%
GREEN value IS 152 (59.77% from 255) = 31.15%
BLUE value IS 141 (55.47% from 255) = 28.89%
R=39.96%
G=31.15%
B=28.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.28
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19515214100.220.280.2412.2231.0365.88
HexC3988D0161C18c1f42
Octal30323021502634301437102
Binary11000011100110001000110101011011100110001100111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3988D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3988D; }

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

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

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

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

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

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

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

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