#C49A85

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

Shades of Quicksand #C49A85

Tints of Quicksand #C49A85

Color information

#C49A85 (or 0xC49A85) is unknown color: approx Quicksand. HEX triplet: C4, 9A and 85. RGB value is (196,154,133). Sum of RGB (Red+Green+Blue) = 196+154+133=483 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.58% from 483); Green value is 154 (60.55% from 255 or 31.88% from 483); Blue value is 133 (52.34% from 255 or 27.54% from 483); Max value from RGB is 196 - color contains mainly: red. Hex color #C49A85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C49A85 is #3B657A. Grayscale: #A4A4A4. Windows color (decimal): -3892603 or 8755908. OLE color: 8755908.

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

Color convert

RGB196154133-
CMYK00.210.320.23
HSL20º34.81%64.51%-
HSV(B)20º32.14%76.86%-
XYZ38.5536.5427.21-
YUV164.16110.41150.71-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 40.58%
GREEN value IS 154 (60.55% from 255) = 31.88%
BLUE value IS 133 (52.34% from 255) = 27.54%
R=40.58%
G=31.88%
B=27.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.32
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19615413300.210.320.232034.8164.51
HexC49A850152017142341
Octal30423220502540272443101
Binary11000100100110101000010101010110000010111101001000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49A85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49A85; }

 p { color: rgb(196,154,133); }

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

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

 a { background-color: rgb(196,154,133); }

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

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

 span { border-color: rgb(196,154,133); }

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