#C4988D

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

Shades of Quicksand #C4988D

Tints of Quicksand #C4988D

Color information

#C4988D (or 0xC4988D) is unknown color: approx Quicksand. HEX triplet: C4, 98 and 8D. RGB value is (196,152,141). Sum of RGB (Red+Green+Blue) = 196+152+141=489 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.08% from 489); Green value is 152 (59.77% from 255 or 31.08% from 489); Blue value is 141 (55.47% from 255 or 28.83% from 489); Max value from RGB is 196 - color contains mainly: red. Hex color #C4988D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4988D is #3B6772. Grayscale: #A3A3A3. Windows color (decimal): -3893107 or 9279684. OLE color: 9279684.

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

Color convert

RGB196152141-
CMYK00.220.280.23
HSL12º31.79%66.08%-
HSV(B)12º28.06%76.86%-
XYZ38.836.1230.13-
YUV163.9115.08150.89-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 40.08%
GREEN value IS 152 (59.77% from 255) = 31.08%
BLUE value IS 141 (55.47% from 255) = 28.83%
R=40.08%
G=31.08%
B=28.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.28
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19615214100.220.280.231231.7966.08
HexC4988D0161C17c2042
Octal30423021502634271440102
Binary110001001001100010001101010110111001011111001000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4988D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4988D; }

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

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

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

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

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

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

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

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