#C5A193

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

Shades of Quicksand #C5A193

Tints of Quicksand #C5A193

Color information

#C5A193 (or 0xC5A193) is unknown color: approx Quicksand. HEX triplet: C5, A1 and 93. RGB value is (197,161,147). Sum of RGB (Red+Green+Blue) = 197+161+147=505 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.01% from 505); Green value is 161 (63.28% from 255 or 31.88% from 505); Blue value is 147 (57.81% from 255 or 29.11% from 505); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A193 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5A193 is #3A5E6C. Grayscale: #AAAAAA. Windows color (decimal): -3825261 or 9675205. OLE color: 9675205.

HSL color Cylindrical-coordinate representation of color #C5A193: hue angle of 16.8º degrees, saturation: 0.3, 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 #C5A193 is Cyan = 0, Magento = 0.18, Yellow = 0.25 and Black (K on CMYK) = 0.23.

Color convert

RGB197161147-
CMYK00.180.250.23
HSL16.8º30.12%67.45%-
HSV(B)16.8º25.38%77.25%-
XYZ41.0439.4733.06-
YUV170.17114.93147.14-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 39.01%
GREEN value IS 161 (63.28% from 255) = 31.88%
BLUE value IS 147 (57.81% from 255) = 29.11%
R=39.01%
G=31.88%
B=29.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.25
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19716114700.180.250.2316.830.1267.45
HexC5A1930121917111e43
Octal30524122302231272136103
Binary110001011010000110010011010010110011011110001111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5A193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5A193; }

 p { color: rgb(197,161,147); }

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

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

 a { background-color: rgb(197,161,147); }

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

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

 span { border-color: rgb(197,161,147); }

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