#C3A193

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

Shades of Quicksand #C3A193

Tints of Quicksand #C3A193

Color information

#C3A193 (or 0xC3A193) is unknown color: approx Quicksand. HEX triplet: C3, A1 and 93. RGB value is (195,161,147). Sum of RGB (Red+Green+Blue) = 195+161+147=503 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.77% from 503); Green value is 161 (63.28% from 255 or 32.01% from 503); Blue value is 147 (57.81% from 255 or 29.22% from 503); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A193 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3A193 is #3C5E6C. Grayscale: #A9A9A9. Windows color (decimal): -3956333 or 9675203. OLE color: 9675203.

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

Color convert

RGB195161147-
CMYK00.170.250.24
HSL17.5º28.57%67.06%-
HSV(B)17.5º24.62%76.47%-
XYZ40.5239.233.03-
YUV169.57115.26146.14-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 38.77%
GREEN value IS 161 (63.28% from 255) = 32.01%
BLUE value IS 147 (57.81% from 255) = 29.22%
R=38.77%
G=32.01%
B=29.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.25
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19516114700.170.250.2417.528.5767.06
HexC3A1930111918121d43
Octal30324122302131302235103
Binary110000111010000110010011010001110011100010010111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3A193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3A193; }

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

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

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

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

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

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

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

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