#C4988F

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

Shades of Quicksand #C4988F

Tints of Quicksand #C4988F

Color information

#C4988F (or 0xC4988F) is unknown color: approx Quicksand. HEX triplet: C4, 98 and 8F. RGB value is (196,152,143). Sum of RGB (Red+Green+Blue) = 196+152+143=491 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.92% from 491); Green value is 152 (59.77% from 255 or 30.96% from 491); Blue value is 143 (56.25% from 255 or 29.12% from 491); Max value from RGB is 196 - color contains mainly: red. Hex color #C4988F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4988F is #3B6770. Grayscale: #A4A4A4. Windows color (decimal): -3893105 or 9410756. OLE color: 9410756.

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

Color convert

RGB196152143-
CMYK00.220.270.23
HSL10.19º30.99%66.47%-
HSV(B)10.19º27.04%76.86%-
XYZ38.9536.1830.92-
YUV164.13116.08150.73-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 39.92%
GREEN value IS 152 (59.77% from 255) = 30.96%
BLUE value IS 143 (56.25% from 255) = 29.12%
R=39.92%
G=30.96%
B=29.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.27
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19615214300.220.270.2310.1930.9966.47
HexC4988F0161B17a1f42
Octal30423021702633271237102
Binary11000100100110001000111101011011011101111010111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4988F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4988F; }

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

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

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

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

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

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

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

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