#C49F90

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

Shades of Quicksand #C49F90

Tints of Quicksand #C49F90

Color information

#C49F90 (or 0xC49F90) is unknown color: approx Quicksand. HEX triplet: C4, 9F and 90. RGB value is (196,159,144). Sum of RGB (Red+Green+Blue) = 196+159+144=499 (66% of max value = 765). Red value is 196 (76.95% from 255 or 39.28% from 499); Green value is 159 (62.5% from 255 or 31.86% from 499); Blue value is 144 (56.64% from 255 or 28.86% from 499); Max value from RGB is 196 - color contains mainly: red. Hex color #C49F90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C49F90 is #3B606F. Grayscale: #A8A8A8. Windows color (decimal): -3891312 or 9478084. OLE color: 9478084.

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

Color convert

RGB196159144-
CMYK00.190.270.23
HSL17.31º30.59%66.67%-
HSV(B)17.31º26.53%76.86%-
XYZ40.238.5531.71-
YUV168.35114.26147.72-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 39.28%
GREEN value IS 159 (62.5% from 255) = 31.86%
BLUE value IS 144 (56.64% from 255) = 28.86%
R=39.28%
G=31.86%
B=28.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.27
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19615914400.190.270.2317.3130.5966.67
HexC49F900131B17111f43
Octal30423722002333272137103
Binary110001001001111110010000010011110111011110001111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49F90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49F90; }

 p { color: rgb(196,159,144); }

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

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

 a { background-color: rgb(196,159,144); }

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

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

 span { border-color: rgb(196,159,144); }

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