#C3A394

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

Shades of Quicksand #C3A394

Tints of Quicksand #C3A394

Color information

#C3A394 (or 0xC3A394) is unknown color: approx Quicksand. HEX triplet: C3, A3 and 94. RGB value is (195,163,148). Sum of RGB (Red+Green+Blue) = 195+163+148=506 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.54% from 506); Green value is 163 (64.06% from 255 or 32.21% from 506); Blue value is 148 (58.20% from 255 or 29.25% from 506); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A394 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3A394 is #3C5C6B. Grayscale: #AAAAAA. Windows color (decimal): -3955820 or 9741251. OLE color: 9741251.

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

Color convert

RGB195163148-
CMYK00.160.240.24
HSL19.15º28.14%67.25%-
HSV(B)19.15º24.1%76.47%-
XYZ40.9539.9333.57-
YUV170.86115.1145.22-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 38.54%
GREEN value IS 163 (64.06% from 255) = 32.21%
BLUE value IS 148 (58.20% from 255) = 29.25%
R=38.54%
G=32.21%
B=29.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.24
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19516314800.160.240.2419.1528.1467.25
HexC3A3940101818131c43
Octal30324322402030302334103
Binary110000111010001110010100010000110001100010011111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3A394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3A394; }

 p { color: rgb(195,163,148); }

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

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

 a { background-color: rgb(195,163,148); }

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

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

 span { border-color: rgb(195,163,148); }

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