#C5A291

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

Shades of Quicksand #C5A291

Tints of Quicksand #C5A291

Color information

#C5A291 (or 0xC5A291) is unknown color: approx Quicksand. HEX triplet: C5, A2 and 91. RGB value is (197,162,145). Sum of RGB (Red+Green+Blue) = 197+162+145=504 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.09% from 504); Green value is 162 (63.67% from 255 or 32.14% from 504); Blue value is 145 (57.03% from 255 or 28.77% from 504); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A291 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5A291 is #3A5D6E. Grayscale: #AAAAAA. Windows color (decimal): -3825007 or 9544389. OLE color: 9544389.

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

Color convert

RGB197162145-
CMYK00.180.260.23
HSL19.62º30.95%67.06%-
HSV(B)19.62º26.4%77.25%-
XYZ41.0639.7632.3-
YUV170.53113.6146.88-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 39.09%
GREEN value IS 162 (63.67% from 255) = 32.14%
BLUE value IS 145 (57.03% from 255) = 28.77%
R=39.09%
G=32.14%
B=28.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.26
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19716214500.180.260.2319.6230.9567.06
HexC5A2910121A17141f43
Octal30524222102232272437103
Binary110001011010001010010001010010110101011110100111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5A291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5A291; }

 p { color: rgb(197,162,145); }

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

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

 a { background-color: rgb(197,162,145); }

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

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

 span { border-color: rgb(197,162,145); }

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