#C4A291

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

Shades of Quicksand #C4A291

Tints of Quicksand #C4A291

Color information

#C4A291 (or 0xC4A291) is unknown color: approx Quicksand. HEX triplet: C4, A2 and 91. RGB value is (196,162,145). Sum of RGB (Red+Green+Blue) = 196+162+145=503 (66% of max value = 765). Red value is 196 (76.95% from 255 or 38.97% from 503); Green value is 162 (63.67% from 255 or 32.21% from 503); Blue value is 145 (57.03% from 255 or 28.83% from 503); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A291 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4A291 is #3B5D6E. Grayscale: #AAAAAA. Windows color (decimal): -3890543 or 9544388. OLE color: 9544388.

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

Color convert

RGB196162145-
CMYK00.170.260.23
HSL20º30.18%66.86%-
HSV(B)20º26.02%76.86%-
XYZ40.839.6232.29-
YUV170.23113.76146.38-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 38.97%
GREEN value IS 162 (63.67% from 255) = 32.21%
BLUE value IS 145 (57.03% from 255) = 28.83%
R=38.97%
G=32.21%
B=28.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.26
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19616214500.170.260.232030.1866.86
HexC4A2910111A17141e43
Octal30424222102132272436103
Binary110001001010001010010001010001110101011110100111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4A291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4A291; }

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

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

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

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

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

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

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

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