#C4978B

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

Shades of Quicksand #C4978B

Tints of Quicksand #C4978B

Color information

#C4978B (or 0xC4978B) is unknown color: approx Quicksand. HEX triplet: C4, 97 and 8B. RGB value is (196,151,139). Sum of RGB (Red+Green+Blue) = 196+151+139=486 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.33% from 486); Green value is 151 (59.38% from 255 or 31.07% from 486); Blue value is 139 (54.69% from 255 or 28.60% from 486); Max value from RGB is 196 - color contains mainly: red. Hex color #C4978B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4978B is #3B6874. Grayscale: #A3A3A3. Windows color (decimal): -3893365 or 9148356. OLE color: 9148356.

HSL color Cylindrical-coordinate representation of color #C4978B: hue angle of 12.63º degrees, saturation: 0.33, 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 #C4978B is Cyan = 0, Magento = 0.23, Yellow = 0.29 and Black (K on CMYK) = 0.23.

Color convert

RGB196151139-
CMYK00.230.290.23
HSL12.63º32.57%65.69%-
HSV(B)12.63º29.08%76.86%-
XYZ38.4935.7329.29-
YUV163.09114.41151.48-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 40.33%
GREEN value IS 151 (59.38% from 255) = 31.07%
BLUE value IS 139 (54.69% from 255) = 28.60%
R=40.33%
G=31.07%
B=28.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.29
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19615113900.230.290.2312.6332.5765.69
HexC4978B0171D17d2142
Octal30422721302735271541102
Binary110001001001011110001011010111111011011111011000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4978B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4978B; }

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

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

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

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

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

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

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

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