#C4978A

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

Shades of Quicksand #C4978A

Tints of Quicksand #C4978A

Color information

#C4978A (or 0xC4978A) is unknown color: approx Quicksand. HEX triplet: C4, 97 and 8A. RGB value is (196,151,138). Sum of RGB (Red+Green+Blue) = 196+151+138=485 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.41% from 485); Green value is 151 (59.38% from 255 or 31.13% from 485); Blue value is 138 (54.30% from 255 or 28.45% from 485); Max value from RGB is 196 - color contains mainly: red. Hex color #C4978A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4978A is #3B6875. Grayscale: #A3A3A3. Windows color (decimal): -3893366 or 9082820. OLE color: 9082820.

HSL color Cylindrical-coordinate representation of color #C4978A: hue angle of 13.45º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C4978A is Cyan = 0, Magento = 0.23, Yellow = 0.30 and Black (K on CMYK) = 0.23.

Color convert

RGB196151138-
CMYK00.230.300.23
HSL13.45º32.95%65.49%-
HSV(B)13.45º29.59%76.86%-
XYZ38.4235.728.91-
YUV162.97113.91151.56-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 40.41%
GREEN value IS 151 (59.38% from 255) = 31.13%
BLUE value IS 138 (54.30% from 255) = 28.45%
R=40.41%
G=31.13%
B=28.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.30
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19615113800.230.300.2313.4532.9565.49
HexC4978A0171E17d2141
Octal30422721202736271541101
Binary110001001001011110001010010111111101011111011000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4978A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4978A; }

 p { color: rgb(196,151,138); }

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

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

 a { background-color: rgb(196,151,138); }

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

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

 span { border-color: rgb(196,151,138); }

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