#C49D91

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

Shades of Quicksand #C49D91

Tints of Quicksand #C49D91

Color information

#C49D91 (or 0xC49D91) is unknown color: approx Quicksand. HEX triplet: C4, 9D and 91. RGB value is (196,157,145). Sum of RGB (Red+Green+Blue) = 196+157+145=498 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.36% from 498); Green value is 157 (61.72% from 255 or 31.53% from 498); Blue value is 145 (57.03% from 255 or 29.12% from 498); Max value from RGB is 196 - color contains mainly: red. Hex color #C49D91 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C49D91 is #3B626E. Grayscale: #A7A7A7. Windows color (decimal): -3891823 or 9543108. OLE color: 9543108.

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

Color convert

RGB196157145-
CMYK00.200.260.23
HSL14.12º30.18%66.86%-
HSV(B)14.12º26.02%76.86%-
XYZ39.9337.8932-
YUV167.29115.42148.48-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 39.36%
GREEN value IS 157 (61.72% from 255) = 31.53%
BLUE value IS 145 (57.03% from 255) = 29.12%
R=39.36%
G=31.53%
B=29.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.26
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19615714500.200.260.2314.1230.1866.86
HexC49D910141A17e1e43
Octal30423522102432271636103
Binary11000100100111011001000101010011010101111110111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49D91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49D91; }

 p { color: rgb(196,157,145); }

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

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

 a { background-color: rgb(196,157,145); }

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

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

 span { border-color: rgb(196,157,145); }

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