#C49893

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

Shades of Quicksand #C49893

Tints of Quicksand #C49893

Color information

#C49893 (or 0xC49893) is unknown color: approx Quicksand. HEX triplet: C4, 98 and 93. RGB value is (196,152,147). Sum of RGB (Red+Green+Blue) = 196+152+147=495 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.60% from 495); Green value is 152 (59.77% from 255 or 30.71% from 495); Blue value is 147 (57.81% from 255 or 29.70% from 495); Max value from RGB is 196 - color contains mainly: red. Hex color #C49893 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C49893 is #3B676C. Grayscale: #A4A4A4. Windows color (decimal): -3893101 or 9672900. OLE color: 9672900.

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

Color convert

RGB196152147-
CMYK00.220.250.23
HSL6.12º29.34%67.25%-
HSV(B)6.12º25%76.86%-
XYZ39.2636.332.54-
YUV164.59118.08150.41-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 39.60%
GREEN value IS 152 (59.77% from 255) = 30.71%
BLUE value IS 147 (57.81% from 255) = 29.70%
R=39.60%
G=30.71%
B=29.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.25
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19615214700.220.250.236.1229.3467.25
HexC49893016191761d43
Octal3042302230263127635103
Binary1100010010011000100100110101101100110111110111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49893; }

 p { color: rgb(196,152,147); }

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

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

 a { background-color: rgb(196,152,147); }

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

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

 span { border-color: rgb(196,152,147); }

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