#C4988C

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

Shades of Quicksand #C4988C

Tints of Quicksand #C4988C

Color information

#C4988C (or 0xC4988C) is unknown color: approx Quicksand. HEX triplet: C4, 98 and 8C. RGB value is (196,152,140). Sum of RGB (Red+Green+Blue) = 196+152+140=488 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.16% from 488); Green value is 152 (59.77% from 255 or 31.15% from 488); Blue value is 140 (55.08% from 255 or 28.69% from 488); Max value from RGB is 196 - color contains mainly: red. Hex color #C4988C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4988C is #3B6773. Grayscale: #A3A3A3. Windows color (decimal): -3893108 or 9214148. OLE color: 9214148.

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

Color convert

RGB196152140-
CMYK00.220.290.23
HSL12.86º32.18%65.88%-
HSV(B)12.86º28.57%76.86%-
XYZ38.7336.0929.74-
YUV163.79114.58150.98-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 40.16%
GREEN value IS 152 (59.77% from 255) = 31.15%
BLUE value IS 140 (55.08% from 255) = 28.69%
R=40.16%
G=31.15%
B=28.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.29
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19615214000.220.290.2312.8632.1865.88
HexC4988C0161D17d2042
Octal30423021402635271540102
Binary110001001001100010001100010110111011011111011000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4988C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4988C; }

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

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

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

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

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

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

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

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