#C49280

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

Shades of Quicksand #C49280

Tints of Quicksand #C49280

Color information

#C49280 (or 0xC49280) is unknown color: approx Quicksand. HEX triplet: C4, 92 and 80. RGB value is (196,146,128). Sum of RGB (Red+Green+Blue) = 196+146+128=470 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.70% from 470); Green value is 146 (57.42% from 255 or 31.06% from 470); Blue value is 128 (50.39% from 255 or 27.23% from 470); Max value from RGB is 196 - color contains mainly: red. Hex color #C49280 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C49280 is #3B6D7F. Grayscale: #9F9F9F. Windows color (decimal): -3894656 or 8426180. OLE color: 8426180.

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

Color convert

RGB196146128-
CMYK00.260.350.23
HSL15.88º36.56%63.53%-
HSV(B)15.88º34.69%76.86%-
XYZ36.9433.8525.01-
YUV158.9110.56154.46-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 41.70%
GREEN value IS 146 (57.42% from 255) = 31.06%
BLUE value IS 128 (50.39% from 255) = 27.23%
R=41.70%
G=31.06%
B=27.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.35
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19614612800.260.350.2315.8836.5663.53
HexC4928001A2317102540
Octal30422220003243272045100
Binary11000100100100101000000001101010001110111100001001011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49280; }

 p { color: rgb(196,146,128); }

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

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

 a { background-color: rgb(196,146,128); }

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

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

 span { border-color: rgb(196,146,128); }

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